Skip to content

Commit

Permalink
boost .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Sep 13, 2015
1 parent 9e0a1e0 commit 5759ef8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
fast_finish: true
include:
- php: 5.3
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm

sudo: false

Expand All @@ -25,7 +23,8 @@ install:

script:
- phpunit --verbose --coverage-clover build/logs/clover.xml
- phpenv config-rm xdebug.ini || return 0
- php php-cs-fixer --diff --dry-run -v fix

after_script:
after_success:
- php vendor/bin/coveralls -v

0 comments on commit 5759ef8

Please sign in to comment.