Skip to content

Commit

Permalink
Prepare for 0.2.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Aug 20, 2017
1 parent e2384c6 commit a1ee7ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ branches:
php:
- 7.0
- 7.1
- hhvm

env:
global:
- TEST_COMMAND="composer test"
Expand All @@ -25,8 +25,13 @@ matrix:
include:
- php: 7.0
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*
- php: hhvm
dist: trusty
env: SYMFONY_VERSION=2.8.*
allow_failures:
- php: hhvm
dist: trusty
env: SYMFONY_VERSION=2.8.*

install:
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -47,7 +47,7 @@
"prefer-dist": "true",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
"dev-master": "0.2-dev"
}
}
}

0 comments on commit a1ee7ae

Please sign in to comment.