Skip to content

Commit

Permalink
Merge pull request #1 from biig-io/feature/travis
Browse files Browse the repository at this point in the history
Enable travis CI
  • Loading branch information
Maxime Veber authored Mar 2, 2018
2 parents bddd06b + 10dd90d commit ed31e23
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: php
php:
- 5.6
- 7.1
- 7.2

branches:
only:
- master

install:
- composer install --prefer-source

script:
- ./vendor/bin/phpunit -c phpunit.xml.dist

0 comments on commit ed31e23

Please sign in to comment.