Skip to content

Commit

Permalink
travis: PHP 7.0 nightly added
Browse files Browse the repository at this point in the history
+ syntax fix to 2 spaces
  • Loading branch information
Tomáš Votruba committed Mar 2, 2015
1 parent 2dc47a8 commit cb2d3cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,14 +1,16 @@
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm

matrix:
allow_failures:
- php: hhvm
allow_failures:
- php: 7.0
- php: hhvm

before_install:
- sudo apt-get update -qq
Expand Down

0 comments on commit cb2d3cb

Please sign in to comment.