Skip to content

Commit

Permalink
Add travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
John Pedrie committed Dec 17, 2015
1 parent 42711e2 commit 5c29f7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script: phpunit

0 comments on commit 5c29f7a

Please sign in to comment.