Skip to content

Commit

Permalink
Upgrade runners
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 21, 2016
1 parent c0d1d2c commit bd50508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ php:
- hhvm

before_script:
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.6.1/setup' -O - | php
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v6.3.0/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 bd50508

Please sign in to comment.