File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ before_script:
1717 - sudo chmod -R 777 ./uploads
1818 - php artisan migrate --env="testing"
1919
20- script : ./vendor/bin/phpunit
21- after_success : sh test.sh
20+ script :
21+ - ./vendor/bin/phpunit
22+ - sh test.sh
2223
2324notifications :
2425 slack :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if [ "${DEVELOP}" = "${TRAVIS_BRANCH}" ]; then
2525 cd src
2626 npm install -g grunt-cli > /dev/null
2727 npm install > /dev/null
28- grunt --bail --reporter=dot --endpoint=" http://0.0.0.0:8000/data/xAPI/" --username=" 1484c2ac05269b8c5479a1dd6a0d6370991fd6a1" --password=" f0ef3d8062805c0fc1675beb8ac0715c75df13cb" --xapi-version=" 1.0.1"
28+ grunt --bail --reporter=dot --endpoint=" http://0.0.0.0:8000/data/xAPI/" --username=" 1484c2ac05269b8c5479a1dd6a0d6370991fd6a1" --password=" f0ef3d8062805c0fc1675beb8ac0715c75df13cb" --xapi-version=" 1.0.1" || exit 1 ;
2929
3030 # Stops the server.
3131 ps aux | grep [p]hp | awk ' {print $2}' | xargs kill
You can’t perform that action at this time.
0 commit comments