Skip to content

Commit

Permalink
Drop PHP 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 13, 2015
1 parent e33d984 commit 9a1f50e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly

matrix:
allow_failures:
- php: nightly

before_script:
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.4.0/setup' -O - | php
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.6.1/setup' -O - | php
- composer install --prefer-dist
- echo "vendor/autoload.php" >> composer.pth
- echo "use=vendor/xp-framework/core" > xp.ini
Expand Down

0 comments on commit 9a1f50e

Please sign in to comment.