Skip to content

Commit

Permalink
Add Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
leomarquine committed Aug 19, 2016
1 parent 508966f commit fdcdae4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php

php:
- '5.5'
- '5.6'
- '7.0'

sudo: false

before_install:
- travis_retry composer self-update

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

script: vendor/bin/phpunit

0 comments on commit fdcdae4

Please sign in to comment.