Skip to content

Commit

Permalink
-travis repair
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyill committed Jul 29, 2019
1 parent c123d0a commit 4e1d7c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ branches:

env:
global:

- USE_CUDA=OFF
matrix:
- USE_AVX=OFF
- USE_AVX=ON
Expand All @@ -49,8 +49,7 @@ before_script:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
cd src;
cmake -DUSE_AVX=$USE_AVX
-DGPU=NONE .;
ls ;
-DGPU=NONE .;
fi

- if [ "$TRAVIS_OS_NAME" == "windows" ]; then
Expand Down

0 comments on commit 4e1d7c8

Please sign in to comment.