Skip to content

Commit

Permalink
prepare toolbox 2.8 sealing (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jun 30, 2019
1 parent 9ff1940 commit 39c985d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,9 +1,10 @@
sudo: required
sudo: true
language: php
addons:
chrome: stable
mariadb: '10.1'

mariadb: '10.2'
services:
- mysql
env:
global:
- PIMCORE_ENVIRONMENT=test
Expand Down Expand Up @@ -99,7 +100,7 @@ after_failure:

script:
- '$HOME/chromedriver --url-base=/wd/hub &'
- 'php ${TRAVIS_BUILD_DIR}/bin/console server:start 127.0.0.1:8080'
- 'php ${TRAVIS_BUILD_DIR}/bin/console server:start 127.0.0.1:8080 -d web'
- 'php ${TRAVIS_BUILD_DIR}/bin/console server:status'
- _etc/travis/script

Expand Down

0 comments on commit 39c985d

Please sign in to comment.