Skip to content

Commit

Permalink
Updated travis configuration
Browse files Browse the repository at this point in the history
Updated travsi configuration allowing failures in PHP < 5.6 and hhvm as Laravel is stoping support for HHVM

updates
  • Loading branch information
Manish Verma committed Aug 20, 2018
1 parent e0298d5 commit 39d2dfd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Expand Up @@ -4,5 +4,22 @@ php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- hhvm
- nightly

# allow_failures: Allow this build to fail under the specified environments.
# fast_finish: If your build fails do not continue trying to build, just stop.
matrix:
allow_failures:
- php: hhvm
- php: 5.5
- php: 5.4

fast_finish: true

# Customize when the notification emails are sent.
notifications:
on_success: never
on_failure: always

0 comments on commit 39d2dfd

Please sign in to comment.