Skip to content

Commit

Permalink
add .travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adaojunior committed Nov 20, 2016
1 parent 8dd355e commit 26a4bd4
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

sudo: false

cache:
directories:
- vendor

php:
- 5.6
- 7.0
- 7.1

install:
- travis_retry composer install --no-interaction --prefer-source

script:
- vendor/bin/phpunit

0 comments on commit 26a4bd4

Please sign in to comment.