Skip to content

Commit

Permalink
more uptodate travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Bjornskov committed Mar 10, 2015
1 parent 6aadb3a commit 7fb0701
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- hhvm-nightly

matrix:
allow_failures:
- php: 7.0

cache:
directories:
- $HOME/.composer/cache

sudo: false

before_script:
- "echo '{\"config\":{\"github-oauth\": {\"github.com\":\"fa354b2f030836334eac842f8fd69a03e353d247\"}}}' > ~/.composer/config.json"
- "composer require --dev phpspec/phpspec:~2.0 --no-update"
- "composer install --dev"
- "composer require phpspec/phpspec:~2.0 --no-update"
- "composer install"

script: vendor/bin/phpspec run -fpretty -v

0 comments on commit 7fb0701

Please sign in to comment.