29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00

Moved travis javascript bash file to build/travis like #11600 (#11603)

* Moved travis javascript bash file to build/travis like with #11600

* Moved travis javascript bash file to build/travis like with #11600
This commit is contained in:
Yves Hoppe 2016-08-14 18:36:34 +02:00 committed by Michael Babker
parent cb4ffa5b49
commit 3ff16c9751
2 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ services:
before_script:
# JavaScript tests
- if [[ $RUN_JAVASCRIPT_TESTS == "yes" ]]; then export DISPLAY=:99.0; bash tests/javascript/travis-tests.sh $PWD; fi
- if [[ $RUN_JAVASCRIPT_TESTS == "yes" ]]; then export DISPLAY=:99.0; bash build/travis/javascript-tests.sh $PWD; fi
# Make sure all dev dependencies are installed
- if [[ $RUN_UNIT_TESTS == "yes" ]]; then bash build/travis/unit-tests.sh $PWD; fi