Add nightly to travis, use container based infra

Currently 7.0 and nightly are the same, but for the future...
This commit is contained in:
Nikita Popov 2015-09-14 22:26:42 +09:00
parent 40455b5c18
commit 5118e21c6e

View File

@ -1,11 +1,16 @@
language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
matrix:
allow_failures:
- php: nightly
fast_finish: true