Skip to content

Commit

Permalink
Changing Travis to just allow failures in HHVM-nightly and disabling …
Browse files Browse the repository at this point in the history
…some environment services in Scrutinizer.
  • Loading branch information
lcobucci committed Sep 10, 2015
1 parent f787525 commit ff4c2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
build:
environment:
mysql: false
postgresql: false
redis: false
rabbitmq: false
php:
version: 5.6
tools:
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ php:

matrix:
allow_failures:
- php: 7.0
- php: hhvm
- php: hhvm-nightly

before_script:
Expand Down

0 comments on commit ff4c2b1

Please sign in to comment.