Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rdex committed Jul 5, 2017
1 parent 2a7dc7d commit 96b4130
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: php
sudo: false
php:
- 7.0
- 7.1
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit tests
matrix:
fast_finish: true

0 comments on commit 96b4130

Please sign in to comment.