Skip to content

Commit b3f0c34

Browse files
committed
1 parent 82ec192 commit b3f0c34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +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"
29-
if [ $? != 0 ]; then exit $?; fi
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;
3029

3130
# Stops the server.
3231
ps aux | grep [p]hp | awk '{print $2}' | xargs kill

0 commit comments

Comments
 (0)