Skip to content

Commit 351a219

Browse files
Fix linux deployment
1 parent 17d8325 commit 351a219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ script:
1414
- CXX=/usr/bin/g++-8
1515
- CC=/usr/bin/gcc-8
1616
- cmake -DCMAKE_BUILD_TYPE=Release -B"cmake-build-linux" .
17-
- cd cmake-build-linux
1817
- make
18+
- cd cmake-build-linux
1919
- ls -l
2020
- cd src
2121
- ls -l

0 commit comments

Comments
 (0)