Skip to content

Commit

Permalink
Merge pull request #5 from hinashiki/support_php7_and_fuel1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hinashiki committed May 10, 2016
2 parents f48d30c + b8e1ebb commit 21da40f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
env:
- BRANCHES=1.8/master
- BRANCHES=1.7/master
- BRANCHES=1.6/master
- BRANCHES=1.5/master
matrix:
exclude:
- php: 7.0
env: BRANCHES=1.7/master
- php: 7.0
env: BRANCHES=1.6/master
- php: 7.0
env: BRANCHES=1.5/master
before_install:
- git clone --recursive --quiet --branch=$BRANCHES git://github.com/fuel/fuel.git "$HOME/fuelphp"
install:
Expand Down

0 comments on commit 21da40f

Please sign in to comment.