We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2349c6d commit 68c9e2bCopy full SHA for 68c9e2b
scripts/travis/travis_build_and_test.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
# Script called by Travis to build and test Caffe.
3
+# Travis CI tests are CPU-only for lack of compatible hardware.
4
5
set -e
6
MAKE="make --jobs=$NUM_THREADS --keep-going"
0 commit comments