fix: Run script with bash

This commit is contained in:
Aditya Hase 2019-05-01 18:25:53 +05:30
parent 44da737c1b
commit 700711c28d

View File

@ -45,7 +45,7 @@ before_script:
- sleep 10
script:
- $TRAVIS_BUILD_DIR/travis/run-tests.sh
- bash $TRAVIS_BUILD_DIR/travis/run-tests.sh
after_script:
- coveralls -b apps/erpnext -d ../../sites/.coverage