Skip to content

Commit 68c9e2b

Browse files
committed
Add a comment indicating that Travis CI tests are CPU only
1 parent 2349c6d commit 68c9e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/travis/travis_build_and_test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
# Script called by Travis to build and test Caffe.
3+
# Travis CI tests are CPU-only for lack of compatible hardware.
34

45
set -e
56
MAKE="make --jobs=$NUM_THREADS --keep-going"

0 commit comments

Comments
 (0)