Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ before_script:
- npm install -g react-scripts
- while sudo lsof -Pi :5432 -sTCP:LISTEN -t; do sleep 1; done

script: true
#- ./ci/test
script:
- ./ci/test

before_deploy:
- source ci/before_deploy
Expand Down
1 change: 1 addition & 0 deletions api/behat.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ default:
- Behat\MinkExtension\Context\MinkContext
- Behatch\Context\RestContext
- Behatch\Context\JsonContext
- CoverageContext

extensions:
Behat\Symfony2Extension:
Expand Down
3 changes: 2 additions & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"symfony/flex": "^1.1",
"symfony/framework-bundle": "4.2.*",
"symfony/mercure-bundle": "^0.1.1",
"symfony/translation": "4.2.*",
"symfony/yaml": "4.2.*",
"webonyx/graphql-php": "^0.13"
},
Expand All @@ -28,7 +29,7 @@
"behat/symfony2-extension": "^2.1.4",
"behatch/contexts": "^3.0",
"hautelook/alice-bundle": "^2.3",
"symfony/dotenv": "4.2.*",
"phpunit/php-code-coverage": "^7.0",
"symfony/maker-bundle": "^1.11",
"symfony/profiler-pack": "^1.0",
"symfony/var-dumper": "4.2.*"
Expand Down
Loading