Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsoup committed Aug 15, 2017
1 parent bac9d82 commit 7ad51d6
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:
- 7.0
- 7.1
- 7.2

before_script:
- travis_retry composer self-update
- travis_retry composer update --prefer-source --no-interaction --prefer-source

script:
- phpunit

0 comments on commit 7ad51d6

Please sign in to comment.