Skip to content

Commit d9cc41b

Browse files
committed
[av skip] Update travis ci.
1 parent 6b16b4c commit d9cc41b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323

2424
before_install:
2525
- sudo apt-get update -qq
26-
- sudo apt-get install -qq cmake
26+
- sudo apt-get install -qq -y cmake
2727

2828
install:
2929
- if [ "$CC" = "gcc" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
@@ -39,8 +39,8 @@ addons:
3939
script:
4040
- mkdir ./build_test
4141
- cd ./build_test
42-
- $HOME/usr/bin/cmake --version
43-
- $HOME/usr/bin/cmake $BUILD_CONFIG ..
42+
- cmake --version
43+
- cmake $BUILD_CONFIG ..
4444
- make
4545
- cd ./test/
4646
- if [ $RUN_TEST -eq 1 ]; then ./run_vml_test; fi

0 commit comments

Comments
 (0)