Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Moroine Bentefrit committed Dec 9, 2017
1 parent 4128fd8 commit 8495594
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Expand Up @@ -31,13 +31,17 @@ matrix:
env:
- SYMFONY_VERSION=3.3.*
- SYMFONY_WORKFLOW_VERSION=3.3.*
- php: 7.1
env:
- SYMFONY_VERSION=4.0.*
- SYMFONY_WORKFLOW_VERSION=4.0.*
# - php: 7.1
# env:
# - SYMFONY_VERSION=4.0.*
# - SYMFONY_WORKFLOW_VERSION=4.0.*
allow_failures:
- php: hhvm
- php: nightly
# - php: 7.1
# env:
# - SYMFONY_VERSION=4.0.*
# - SYMFONY_WORKFLOW_VERSION=4.0.*
fast_finish: true

before_install:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -26,8 +26,8 @@
"php": ">=5.6,<8.0-dev",
"ext-openssl": "*",
"simplesamlphp/saml2": "^1.10.3",
"symfony/symfony": "^2.7.0|^3.0.0|^4.0.0",
"symfony/workflow": "^3.2.0|^4.0.0"
"symfony/symfony": "^2.7.0|^3.0.0",
"symfony/workflow": "^3.2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.17",
Expand Down

0 comments on commit 8495594

Please sign in to comment.