Skip to content

Commit

Permalink
forgot to remove the other {}
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Feb 27, 2019
1 parent 9406cfa commit a724e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ trap exit_handler EXIT

RETURN_VALUE=0
python backend/test.py -v
RETURN_VALUE=$(($RETURN_VALUE + ${?}))
RETURN_VALUE=$(($RETURN_VALUE + $?))

# Quit the app
curl localhost:4000/developer/quit
Expand Down

0 comments on commit a724e0a

Please sign in to comment.