File tree Expand file tree Collapse file tree 1 file changed +3
-26
lines changed
Expand file tree Collapse file tree 1 file changed +3
-26
lines changed Original file line number Diff line number Diff line change 66 - BASE_URL=127.0.0.1:8080
77
88php :
9- - 5.6
10- - 7
9+ - 7.1
1110
1211matrix :
1312 allow_failures :
14- - php : 7
15-
16- services : mongodb
17-
18- before_script :
19- - echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
20-
21- - composer selfupdate
22- - composer install --no-interaction --prefer-dist --no-scripts
23-
24- - chmod -R 777 app/cache app/logs
25- - app/console --env=test cache:warmup
26- - chmod -R 777 app/cache app/logs
27-
28- - app/console doctrine:mongodb:schema:create
29- - app/console doctrine:mongodb:fixtures:load
30-
31- - app/console server:run 127.0.0.1:8080 --no-debug > webserver.log 2>&1 &
32-
33- - sh -e /etc/init.d/xvfb start
34- - export DISPLAY=:99.0
35- - wget http://selenium.googlecode.com/files/selenium-server-standalone-2.31.0.jar
36- - java -jar selenium-server-standalone-2.31.0.jar > /dev/null &
37- - sleep 5
13+ - php : 7.1
3814
3915notifications :
4016 email : false
4117
4218script :
4319 - ./bin/phpunit -c app
20+ - ./bin/docheader check src/
4421 - ./bin/behat
You can’t perform that action at this time.
0 commit comments