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 b863d20 commit 82ec192Copy full SHA for 82ec192
test.sh
@@ -26,7 +26,7 @@ if [ "${DEVELOP}" = "${TRAVIS_BRANCH}" ]; then
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
+ if [ $? != 0 ]; then exit $?; fi
30
31
# Stops the server.
32
ps aux | grep [p]hp | awk '{print $2}' | xargs kill
0 commit comments