Skip to content

Commit

Permalink
Enable travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Awkan committed Mar 2, 2018
1 parent bddd06b commit 10dd90d
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 10dd90d

Please sign in to comment.