Skip to content

Commit

Permalink
Use new runners
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jun 15, 2017
1 parent 7e87cc0 commit 42505c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ matrix:
- php: nightly

before_script:
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.7.2/setup' -O - | php
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-master.sh > xp-run
- composer install --prefer-dist
- echo "vendor/autoload.php" > composer.pth
- echo "use=vendor/xp-framework/core" > xp.ini
- echo "[runtime]" >> xp.ini
- echo "date.timezone=Europe/Berlin" >> xp.ini

script:
- ./unittest src/test/php
- sh xp-run xp.unittest.TestRunner src/test/php

0 comments on commit 42505c6

Please sign in to comment.