diff options
author | T.E.A de Souza <tea.desouza@gmail.com> | 2015-09-08 12:20:40 +0800 |
---|---|---|
committer | Tea <tea.desouza@gmail.com> | 2015-09-17 15:09:33 +0800 |
commit | 68c9e2b4703ce18fd9a7ab541addf701129a8080 (patch) | |
tree | 1010ea27ec4e135f735f3c500ecfba3434dda5d7 | |
parent | 2349c6de69bf5043508cde41bb1d337fdb78e188 (diff) | |
download | caffeonacl-68c9e2b4703ce18fd9a7ab541addf701129a8080.tar.gz caffeonacl-68c9e2b4703ce18fd9a7ab541addf701129a8080.tar.bz2 caffeonacl-68c9e2b4703ce18fd9a7ab541addf701129a8080.zip |
Add a comment indicating that Travis CI tests are CPU only
-rwxr-xr-x | scripts/travis/travis_build_and_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/travis/travis_build_and_test.sh b/scripts/travis/travis_build_and_test.sh index bbc82133..174f1ee5 100755 --- a/scripts/travis/travis_build_and_test.sh +++ b/scripts/travis/travis_build_and_test.sh @@ -1,5 +1,6 @@ #!/bin/bash # Script called by Travis to build and test Caffe. +# Travis CI tests are CPU-only for lack of compatible hardware. set -e MAKE="make --jobs=$NUM_THREADS --keep-going" |