Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Upgrade XP runners
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jan 10, 2016
1 parent 7ea3446 commit 0bb8ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ php:
- 5.6

before_script:
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.7.2/setup' -O - | php
- echo "use=core:tools" > xp.ini
- wget 'https://github.com/xp-framework/xp-runners/releases/download/v6.2.0/setup' -O - | php
- echo "use=core" > xp.ini
- echo "[runtime]" >> xp.ini
- echo "date.timezone=Europe/Berlin" >> xp.ini

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ the following one-liner:

```sh
$ cd ~/bin
$ wget 'https://github.com/xp-framework/xp-runners/releases/download/v5.7.2/setup' -O - | php
$ wget 'https://github.com/xp-framework/xp-runners/releases/download/v6.2.0/setup' -O - | php
```

### Using it
Expand Down

0 comments on commit 0bb8ac6

Please sign in to comment.