diff options
author | mooztik <mooztik@hotmail.com> | 2015-10-05 01:08:16 +0200 |
---|---|---|
committer | mooztik <mooztik@hotmail.com> | 2015-10-05 01:08:16 +0200 |
commit | 99be7fc0c45daae1b3a758911797fa44a45043e7 (patch) | |
tree | c209031743207a97c9db2e9c26bfc5655500a794 | |
parent | 8621513b4d4b310729bbbe76412d0ae4452bd5d6 (diff) | |
download | PHPAuth-99be7fc0c45daae1b3a758911797fa44a45043e7.zip PHPAuth-99be7fc0c45daae1b3a758911797fa44a45043e7.tar.gz PHPAuth-99be7fc0c45daae1b3a758911797fa44a45043e7.tar.bz2 |
fixed travis problem
found it ! :)
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index cf73ec5..4a73eb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,17 @@ language: php + php: - - 5.4 - - 5.5 - - 5.6 + - 5.4 + - 5.5 + - 5.6 + - hhvm + +matrix: + allow_failures: + - php: hhvm + +script: + - phpunit + +notifications: + email: false |