From 68c9e2b4703ce18fd9a7ab541addf701129a8080 Mon Sep 17 00:00:00 2001 From: "T.E.A de Souza" Date: Tue, 8 Sep 2015 12:20:40 +0800 Subject: Add a comment indicating that Travis CI tests are CPU only --- scripts/travis/travis_build_and_test.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3