Skip to content

Commit

Permalink
Upgrade Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Oct 30, 2017
1 parent 9458e5b commit d39f116
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .travis.yml
@@ -1,17 +1,19 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm
- 7.0
- 7.1
- 7.2
- nightly

matrix:
allow_failures:
- php: nightly

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar --dev install
- composer self-update
- composer update

script:
- vendor/bin/phpunit
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -42,6 +42,7 @@
"name": "zetacomponents/base",
"type": "library",
"require-dev": {
"phpunit/phpunit": "~5.7",
"zetacomponents/unit-test": "*"
}
}

0 comments on commit d39f116

Please sign in to comment.