Temporarily restrict php-webdriver to 1.4.3

Add composer.lock to artifacts
See https://github.com/instaclick/php-webdriver/pull/79
This commit is contained in:
Damian Mooyman 2017-06-30 12:35:01 +12:00
parent 0200e2b62a
commit 267d7ebfc4
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ before_script:
# Start behat services
- if [[ $BEHAT_TEST ]]; then echo 'SS_BASE_URL=http://localhost:8080/' >> .env; fi
- if [[ $BEHAT_TEST ]]; then mkdir artifacts; fi
- if [[ $BEHAT_TEST ]]; then cp composer.lock artifacts/; fi
- if [[ $BEHAT_TEST ]]; then sh -e /etc/init.d/xvfb start; sleep 3; fi
- if [[ $BEHAT_TEST ]]; then (vendor/bin/selenium-server-standalone > artifacts/selenium.log 2>&1 &); fi
- if [[ $BEHAT_TEST == framework ]]; then (vendor/bin/serve --bootstrap-file tests/behat/serve-bootstrap.php &> artifacts/serve.log &); fi

View File

@ -30,6 +30,7 @@
"symfony/translation": "^2.8",
"symfony/yaml": "~3.2",
"vlucas/phpdotenv": "^2.4",
"instaclick/php-webdriver": "1.4.3",
"php": ">=5.6.0",
"ext-intl": "*",