Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Sep 26, 2017
1 parent 4a5a403 commit 269a5af
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 21 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
composer.lock
tests/assets/local.config.php
vendor/
build/
/composer.lock
/tests/assets/local.config.php
/vendor
/build
.DS_Store
*.swp

21 changes: 5 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
language: php

dist: trusty

php:
- 5.5
- 5.6
- 7
- 7.1
- 7.2
- hhvm

env:
- DEPS=lowest
- DEPS=latest

before_script:
- composer self-update
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable --no-interaction ; fi
- travis_retry composer install --no-interaction

script:
- composer test
- composer install --no-interaction
after_script:
- vendor/bin/coveralls -v

matrix:
fast_finish: true
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"zendframework/zend-config": "^2.4",
"zendframework/zend-serializer": "^2.4",
"zendframework/zend-i18n": "^2.4",
"zendframework/zend-db": "^2.4"
"zendframework/zend-db": "^2.4",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 269a5af

Please sign in to comment.