Skip to content

Commit

Permalink
Merge pull request #3 from ptondereau/udpate-glide
Browse files Browse the repository at this point in the history
Update to glide 1.0
  • Loading branch information
AshleyDawson authored Feb 28, 2017
2 parents 88c067f + 95541c4 commit 6ed8f13
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 1,702 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.idea
vendor
bin
phpunit.xml
phpunit.xml
composer.lock
23 changes: 20 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
language: php

php:
- hhvm
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false

## Cache composer
cache:
directories:
- $HOME/.composer/cache

before_install:
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'hhvm.jit = false' >> /etc/hhvm/php.ini ; fi
- composer self-update --stable -n

install:
- travis_retry composer install --no-suggest --prefer-dist -n -o

script:
- composer self-update
- composer install
- phpunit --coverage-text
- vendor/phpunit/phpunit/phpunit --coverage-text
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"league/glide": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "4.2.6",
"matthiasnoback/symfony-dependency-injection-test": "0.*"
"phpunit/phpunit": "^4.8|^5.0",
"matthiasnoback/symfony-dependency-injection-test": "^1.0"
},
"autoload": {
"psr-4": { "AshleyDawson\\GlideBundle\\": "src" }
Expand Down
Loading

0 comments on commit 6ed8f13

Please sign in to comment.