Skip to content

Commit

Permalink
Added initial travis config. (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Apr 6, 2018
1 parent 585d394 commit 81425fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: php
php:
- 7.0.13
- 7.1
- 7.2
install: composer install
script: vendor/bin/paratest -p 2

0 comments on commit 81425fd

Please sign in to comment.