diff options
author | 2016-09-10 19:30:46 +0200 | |
---|---|---|
committer | 2016-09-10 19:30:46 +0200 | |
commit | d17998224ed018df86f70756e821a290f588e52d (patch) | |
tree | b7a3950079232708903efde3461992a11d6f953b | |
parent | 3942b6b86f8127728fac2ad2c989e5e20960cd43 (diff) | |
parent | 22cf562659e141d47df34ace2ccdf2995e70a65b (diff) | |
download | rss-bridge-d17998224ed018df86f70756e821a290f588e52d.tar.gz rss-bridge-d17998224ed018df86f70756e821a290f588e52d.tar.zst rss-bridge-d17998224ed018df86f70756e821a290f588e52d.zip |
Merge branch 'ContinuousIntegration' of https://github.com/logmanoriginal/rss-bridge
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7399f5f2..969c1b32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,10 @@ install: script: - phpenv rehash - - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p
\ No newline at end of file + - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p + +matrix: + fast_finish: true + allow_failures: + - php: hhvm + - php: nightly
\ No newline at end of file |