Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
7r1n17y committed Jul 9, 2017
1 parent bffe90f commit 8ae9498
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: php
php:
- 7.0
- 7.1
env:
global:
- DEFAULT=1
matrix:
include:
- php: 5.4
env: PHPCS=1 DEFAULT=0

allow_failures:
- env: PHPCS=1 DEFAULT=0
- php: 7.0
- php: 7.1
before_script:
- composer self-update
- composer install
notifications:
email: false

0 comments on commit 8ae9498

Please sign in to comment.