Skip to content

Commit c89f077

Browse files
committed
Merge pull request php-curl-class#190 from zachborboa/master
Fix php-curl-class#188: Add PHP nightly builds to continuous integration tests
2 parents 4109769 + 544e121 commit c89f077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ php:
66
- 5.5
77
- 5.6
88
- hhvm
9+
- nightly
910

1011
matrix:
1112
allow_failures:
1213
- php: hhvm
14+
- php: nightly
1315

1416
before_script:
1517
- bash tests/before_script.sh

0 commit comments

Comments
 (0)