We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ec192 commit b3f0c34Copy full SHA for b3f0c34
test.sh
@@ -25,8 +25,7 @@ if [ "${DEVELOP}" = "${TRAVIS_BRANCH}" ]; then
25
cd src
26
npm install -g grunt-cli > /dev/null
27
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"
29
- if [ $? != 0 ]; then exit $?; fi
+ grunt --bail --reporter=dot --endpoint="http://0.0.0.0:8000/data/xAPI/" --username="1484c2ac05269b8c5479a1dd6a0d6370991fd6a1" --password="f0ef3d8062805c0fc1675beb8ac0715c75df13cb" --xapi-version="1.0.1" || exit 1;
30
31
# Stops the server.
32
ps aux | grep [p]hp | awk '{print $2}' | xargs kill
0 commit comments