Skip to content

Commit

Permalink
[ckan#1149] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Aug 6, 2013
1 parent 02094f5 commit be0faad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-build
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ NOSE_ERROR=$?
[ "0" -ne "$MOCHA_ERROR" ] && echo MOCKA tests have failed
[ "0" -ne "$NOSE_ERROR" ] && echo NOSE tests have failed

# If an error occured in our tests make sure travis knows
# If an error occurred in our tests make sure travis knows
exit `expr $MOCHA_ERROR + $NOSE_ERROR`

0 comments on commit be0faad

Please sign in to comment.