Skip to content

Commit

Permalink
Also test with php nightly builds (but allow failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 1, 2015
1 parent ae174f5 commit 819f2cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ php:
- 5.4
- 5.5
- 5.6
- nightly
- hhvm
- hhvm-nightly

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

before_script:
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.2.0/setup' -O - | php
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.2.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 819f2cd

Please sign in to comment.