Skip to content

Commit

Permalink
Merge pull request #102 from helios-ag/readme
Browse files Browse the repository at this point in the history
fixed yaml syntax
  • Loading branch information
helios-ag committed Mar 3, 2015
2 parents 13cc619 + f4fadb8 commit 4f1aba0
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,21 @@ php:
- 5.5
- 5.6
- hhvm

- 7.0

matrix:
allow_failures:
- php: 5.6
- hhvm
- php:
- 5.6
- hhvm
- 7.0
fast_finish: true

env:
- SYMFONY_VERSION="2.1.*"
DECODA_VERSION="6.0.*"
- SYMFONY_VERSION="2.1.*"
DECODA_VERSION="6.*"
- SYMFONY_VERSION="2.*"
DECODA_VERSION="6.0.*"
- SYMFONY_VERSION="2.*"
DECODA_VERSION="6.*"
- SYMFONY_VERSION="2.1.*" DECODA_VERSION="6.0.*"
- SYMFONY_VERSION="2.1.*" DECODA_VERSION="6.*"
- SYMFONY_VERSION="2.*" DECODA_VERSION="6.0.*"
- SYMFONY_VERSION="2.*" DECODA_VERSION="6.*"

before_script:
- travis_retry composer self-update
Expand Down

0 comments on commit 4f1aba0

Please sign in to comment.