This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
utils
mirror of
https://github.com/aaronpk/p3k-utils.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
5
Wiki
Activity
Browse Source
Merge pull request
#1
from jonnybarnes/patch-1
Allow travis failures on PHP nightly
main
Aaron Parecki
7 years ago
committed by
GitHub
parent
936d992a85
2509d4c5c1
commit
f3b0d1e2f6
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.travis.yml
+ 3
- 0
.travis.yml
View File
@ -5,6 +5,9 @@ php:
-
7.0
-
7.0
-
7.1
-
7.1
-
nightly
-
nightly
matrix:
allow_failures:
-
php
:
nightly
before_script
:
composer install
before_script
:
composer install
services:
services:
-
redis-server
-
redis-server
Write
Preview
Loading…
Cancel
Save