Skip to content

Commit

Permalink
Add travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Jun 27, 2019
1 parent 5d9407d commit 8ef3fd1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php

php:
- 7.1
- 7.2

env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script:
- vendor/bin/phpunit

0 comments on commit 8ef3fd1

Please sign in to comment.