diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-04 14:59:43 -0500 |
---|---|---|
committer | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-04 14:59:43 -0500 |
commit | 3192a693459bfa6f211ffd65a50bbd62b19f9c2b (patch) | |
tree | 9fe53168baa53404f64709f83ff164b7412247c4 /.travis.yml | |
parent | e5771fa81ca90f477f7a08a68053e1a6f813913d (diff) | |
download | vyos-cloud-init-3192a693459bfa6f211ffd65a50bbd62b19f9c2b.tar.gz vyos-cloud-init-3192a693459bfa6f211ffd65a50bbd62b19f9c2b.zip |
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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |