Skip to content

Commit

Permalink
Configures build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimgolfgti committed Aug 29, 2018
1 parent d859905 commit 0952e95
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
language: php

php:
- '7.2'
- '7.1'
- '7.0'
- '5.6'
- '5.3'
before_script:
- composer self-update
- composer install
script: phpunit
- '7.2'
- '7.1'
- '7.0'
- '5.6'

matrix:
include:
- php: '5.3'
dist: precise

install:
- composer install --no-dev

0 comments on commit 0952e95

Please sign in to comment.