Skip to content

Commit

Permalink
wip: Upgrade to Quasar 2 / Vue 3 : updated CI scripts #393
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 22, 2022
1 parent 0cd85f1 commit 5fb0e62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

check_code()
{
echo RESULT CODE $1
echo EXPECTED CODE $2
if [ $1 -eq $2 ]; then
if [[ $1 -ne $2 ]]; then
echo "$3 has failed [error: $1]"
exit 1
fi
Expand Down

0 comments on commit 5fb0e62

Please sign in to comment.