summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Donahue <jeff.donahue@gmail.com>2014-07-14 13:37:13 -0700
committerJeff Donahue <jeff.donahue@gmail.com>2014-07-14 13:37:13 -0700
commit89159f395c02d5dab59d4658e4121fd981d89363 (patch)
tree2dc35492a2d1232f02e7a2688936cd318c90c5f5 /.travis.yml
parent9045fd20eec25b8a59f8a196bacf69d0b157c6a5 (diff)
downloadcaffe-89159f395c02d5dab59d4658e4121fd981d89363.tar.gz
caffe-89159f395c02d5dab59d4658e4121fd981d89363.tar.bz2
caffe-89159f395c02d5dab59d4658e4121fd981d89363.zip
Run Travis build on all branches (remove whitelist from .travis.yml).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 7951b2e7..19ef6837 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,11 +30,6 @@ script:
- make --jobs=$NUM_THREADS test
- make --jobs=$NUM_THREADS warn
- make --jobs=$NUM_THREADS lint
-branches:
- only:
- - master
- - dev
- - travisci
notifications:
# Emails are sent to the committer's git-configured email address by default,
# but only if they have access to the repository. To enable Travis on your