travis: PHP 7.0 nightly added

This commit is contained in:
Tomas Votruba
2015-03-01 00:56:15 +01:00
parent 018d83969c
commit c14ca51f17

View File

@@ -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:
- npm install -g npm@latest