Skip to content

Commit

Permalink
Merge pull request opensource-socialnetwork#415 from TomasVotruba/pat…
Browse files Browse the repository at this point in the history
…ch-1

travis: PHP 5.5, 5.6 and 7.0 nightly added + few improvements
  • Loading branch information
lianglee committed Apr 5, 2015
2 parents 85e1797 + 8ea33b1 commit 1a40f0a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: php

phps:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0

script: phpunit --help
matrix:
fast_finish: true
allow_failures:
- php: 7.0

branches:
only:
- master
script:
- phpunit

0 comments on commit 1a40f0a

Please sign in to comment.