Skip to content

Commit

Permalink
We need PHP >= 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskonnertz authored Jan 17, 2019
1 parent 0731376 commit f93c555
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 7.0
- 7.2

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev

script: phpunit
script: phpunit

0 comments on commit f93c555

Please sign in to comment.