Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Aug 9, 2015
1 parent e4ae151 commit 4ba3bc8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: php
sudo: false

## Cache composer bits
cache:
Expand All @@ -13,7 +14,6 @@ php:
- 5.6
- 7
- hhvm
- hhvm-nightly

## Build matrix for lowest and highest possible targets
matrix:
Expand All @@ -28,8 +28,6 @@ matrix:
env: dependencies=lowest
- php: hhvm
env: dependencies=lowest
- php: hhvm-nightly
env: dependencies=lowest
- php: 5.4
env: dependencies=highest
- php: 5.5
Expand All @@ -40,10 +38,6 @@ matrix:
env: dependencies=highest
- php: hhvm
env: dependencies=highest
- php: hhvm-nightly
env: dependencies=highest
allow_failures:
- php: hhvm-nightly

## Update composer and run the appropriate composer command
before_script:
Expand Down

0 comments on commit 4ba3bc8

Please sign in to comment.