Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
allow failures on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Sep 25, 2018
1 parent e593d0f commit 77bf828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ language: php
php:
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm-nightly
script:
- ./.travis.sh

0 comments on commit 77bf828

Please sign in to comment.