Skip to content

Commit

Permalink
try to fix travis fail about cblast
Browse files Browse the repository at this point in the history
  • Loading branch information
feiwang3311 committed Oct 16, 2018
1 parent 060e3f6 commit 988a19a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,10 @@ scala:

os:
- linux
- osx

env:
matrix:
- BLAS_LIB=OpenBLAS
- BLAS_LIB=gonum
- BLAS_LIB=Accelerate
- BLAS_LIB=ATLAS

matrix:
exclude:
- os: linux
env: BLAS_LIB=Accelerate
- os: linux
env: BLAS_LIB=ATLAS
- os: osx
env: BLAS_LIB=ATLAS
- os: osx
env: BLAS_LIB=OpenBLAS

cache:
directories:
Expand All @@ -45,7 +30,6 @@ before_script:
- scripts/download_resnet.sh

script:
- source ${TRAVIS_BUILD_DIR}/.travis/$TRAVIS_OS_NAME/$BLAS_LIB/test.sh
- sbt test
# Tricks to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" | xargs rm
Expand Down

0 comments on commit 988a19a

Please sign in to comment.