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

Commit

Permalink
minor #188 update Travis config (keradus)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0-dev branch.

Discussion
----------

update Travis config

Commits
-------

c57cd62 update .travis.yml file
  • Loading branch information
fabpot committed Nov 17, 2014
2 parents 1569430 + c57cd62 commit f936186
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: php

php:
- '5.6'
- '5.5'
- '5.4'
- 5.6
- 5.5
- 5.4
- hhvm

before_script:
- composer install -n
install:
- travis_retry composer install --no-interaction --prefer-source

script:
- phpunit
Expand Down

0 comments on commit f936186

Please sign in to comment.