Skip to content

Commit

Permalink
Merge pull request klein#341 from Rican7/chore/travis-ci-php-versions
Browse files Browse the repository at this point in the history
Chore - Travis-CI PHP versions and enhanced configuration
  • Loading branch information
Rican7 authored Nov 1, 2016
2 parents c0ad6a4 + a15f2f7 commit 05a5da6
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
sudo: false

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

matrix:
allow_failures:
- php: 7.0
- php: nightly
- php: hhvm
fast_finish: true

before_script:
- composer install --prefer-dist --dev
- composer install --prefer-dist

script:
- composer validate
- ./vendor/bin/phpunit
- ./vendor/bin/phpcs --standard=PSR2 --encoding=utf-8 -p src/ tests/

matrix:
allow_failures:
- php: hhvm
fast_finish: true

0 comments on commit 05a5da6

Please sign in to comment.