Skip to content
This repository was archived by the owner on Sep 9, 2019. It is now read-only.

Commit 0b235ae

Browse files
committed
Add PHP nightly, but allow it to fail
1 parent 23327fe commit 0b235ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ php:
99
- 5.6
1010
- 7.0
1111
- hhvm
12+
- nightly
13+
14+
matrix:
15+
allow_failures:
16+
- php: nightly
1217

1318
before_script:
1419
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v6.3.0/setup' -O - | php

0 commit comments

Comments
 (0)