summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2019-12-04 14:59:43 -0500
committerDaniel Watkins <oddbloke@ubuntu.com>2019-12-04 14:59:43 -0500
commit3192a693459bfa6f211ffd65a50bbd62b19f9c2b (patch)
tree9fe53168baa53404f64709f83ff164b7412247c4
parente5771fa81ca90f477f7a08a68053e1a6f813913d (diff)
downloadcloud-init-git-3192a693459bfa6f211ffd65a50bbd62b19f9c2b.tar.gz
Revert "travis: only run CI on pull requests"
Until we have a clear issue with CI throughput, let's make sure that we're testing master. This reverts commit 21967a2dedc781e05cf62c80fb730d0ed5973c8b.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fba00571..834a5681 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ install:
- pip install tox
script:
- - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then tox; fi'
+ - tox
matrix:
fast_finish: true