Skip to content

Commit

Permalink
Remove hhvm-nightly
Browse files Browse the repository at this point in the history
"HHVM nightly is no longer supported on Ubuntu Precise."
  • Loading branch information
j0k3r committed Aug 19, 2015
1 parent d3f1509 commit a22b532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ php:
- 5.5
- 5.6
- nightly
- hhvm-nightly
- hhvm

# run build against nightly but allow them to fail
matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm-nightly
- php: hhvm

# faster builds on new travis setup not using sudo
sudo: false
Expand Down

0 comments on commit a22b532

Please sign in to comment.