Travis: Corrected paths

pull/7135/head
Aleksander Machniak 5 years ago
parent ef0d23241a
commit 7911c75b1e

@ -17,11 +17,9 @@ sudo chmod 777 temp logs
bin/install-jsdeps.sh
# Compile Elastic's styles
sudo apt-get install -y node-less
lessc skins/Elastic/styles/styles.less > skins/Elastic/styles/styles.css
lessc skins/Elastic/styles/print.less > skins/Elastic/styles/print.css
lessc skins/Elastic/styles/embed.less > skins/Elastic/styles/embed.css
lessc skins/elastic/styles/styles.less > skins/elastic/styles/styles.css
lessc skins/elastic/styles/print.less > skins/elastic/styles/print.css
lessc skins/elastic/styles/embed.less > skins/elastic/styles/embed.css
# Install proper WebDriver version for installed Chrome browser
php tests/Browser/install.php $CHROMEVERSION

@ -28,7 +28,7 @@ install:
script:
- if [ "$CODE_COVERAGE" = 1 ]; then CODE_COVERAGE_ARGS="--coverage-text"; fi; vendor/bin/phpunit -c tests/phpunit.xml $CODE_COVERAGE_ARGS
- if [ "$BROWSER_TESTS" = 1 ]; then .ci/setup.sh && vendor/bin/phpunit -v -c tests/Browser/phpunit.xml; fi
- if [ "$BROWSER_TESTS" = 1 ]; then .ci/setup.sh && vendor/bin/phpunit -c tests/Browser/phpunit.xml; fi
notifications:
email: false

Loading…
Cancel
Save