Skip to content

Commit

Permalink
Add travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Feb 4, 2019
1 parent 38d8d67 commit ebbafa3
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.1
- 7.2
- 7.3

before_script:
- travis_retry composer update

script:
- vendor/bin/phpunit

0 comments on commit ebbafa3

Please sign in to comment.