Skip to content

Commit

Permalink
Probably need travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Sep 29, 2016
1 parent 2afed6e commit d25dc84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- 'php'
install:
- composer install --dev --no-interaction
script:
- composer test
after_success:
- travis_retry php vendor/bin/coveralls -v

0 comments on commit d25dc84

Please sign in to comment.