Skip to content

Commit

Permalink
Merge pull request roots#147 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
travis: PHP 7.0 nightly added
  • Loading branch information
swalkinshaw committed Mar 12, 2015
2 parents 9028d2b + da1fa4c commit 933b6a5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
sudo: false
language: php
php:
- '5.6'
- '5.5'
- '5.4'
- nightly
- 5.6
- 5.5
- 5.4

matrix:
allow_failures:
- php: nightly

before_install:
- pyrus install pear/PHP_CodeSniffer
Expand Down

0 comments on commit 933b6a5

Please sign in to comment.