Skip to content

Commit

Permalink
Add Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBlackBird committed Nov 4, 2016
1 parent 4e482f2 commit fad60a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
install: composer install
script: composer test

0 comments on commit fad60a7

Please sign in to comment.