Skip to content

Commit

Permalink
Merge pull request #4 from bcremer/prepare-travis-ci-integration
Browse files Browse the repository at this point in the history
Add .travis.yml for automatic builds
  • Loading branch information
Andre Wisplinghoff committed Apr 23, 2015
2 parents 6d64390 + c75baa0 commit de88f29
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0

sudo: false

install: composer dump-autoload --no-interaction

script: phpunit --coverage-text --coverage-clover=coverage.clover

0 comments on commit de88f29

Please sign in to comment.