Getting CI tightened up again

This commit is contained in:
Josh Sherman 2017-05-28 17:13:45 -05:00
parent d9f7efe9ea
commit 669692cc7a
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -1,18 +1,16 @@
language: php language: php
dist: trusty
php: sudo: required
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- hhvm-nightly
matrix: matrix:
allow_failures: include:
- php: hhvm-nightly - php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
install: install:
- composer install - composer install
@ -22,7 +20,8 @@ before_script:
- cd tests - cd tests
script: script:
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/php-googleplaces/build/logs/clover.xml . - phpunit --colors --coverage-clover ../build/logs/clover.xml .
after_success: after_success:
- php ../vendor/bin/coveralls --config ../.coveralls.yml -v - cd ..
- php vendor/bin/coveralls --config .coveralls.yml -v