Skip to content

Commit

Permalink
Merge pull request #30 from Ramoonus/patch-1
Browse files Browse the repository at this point in the history
expand testing matrix with php 7
  • Loading branch information
schmittjoh authored Aug 14, 2017
2 parents 01989be + f069f00 commit 9f14662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

before_script:
Expand All @@ -13,5 +15,4 @@ before_script:
- git config --global user.email "scrutinizer-ci@github.com"
- git config --global user.name "Scrutinizer-CI"


script: phpunit

0 comments on commit 9f14662

Please sign in to comment.