Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtyls authored Mar 18, 2019
1 parent 126c6dc commit 32e2757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ language: C++
compiler: gcc
script:
- pwd && ls
- mkdir build && cd build
- cmake -G "Unix Makefiles" ../ && make
- mkdir build
- cd build && cmake -G "Unix Makefiles" ../ && make

0 comments on commit 32e2757

Please sign in to comment.