diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:40:40 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 21:40:40 +0100 |
commit | 879aaf1a7734ae693651817f52fcb26c7729b5e7 (patch) | |
tree | 2b6a44f25431013f7a983e27b4ddb94103b68449 | |
parent | db8507557f3fdecb55573e70258b0f583f8d2f42 (diff) |
test2
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index d872a780..a4321d6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,11 @@ language: php sudo: false php: - - 5.5 - - 5.6 +# - 5.5 +# - 5.6 - 7 - - hhvm matrix: - allow_failures: - - php: hhvm fast_finish: true addons: @@ -32,7 +29,7 @@ before_script: - export SAUCE_TUNNEL_IDENTIFIER=$TRAVIS_JOB_NUMBER script: - - phing test + - phing functionaltest #after_script: # - php ./bin/coveralls -v
\ No newline at end of file |