Getting CI tightened up again
This commit is contained in:
parent
d9f7efe9ea
commit
669692cc7a
1 changed files with 13 additions and 14 deletions
27
.travis.yml
27
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue