Skip to content

Commit

Permalink
fix travis (broken bash logic)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jul 1, 2014
1 parent 8c63b5f commit 6f0ed02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ install:
- if [ "$CHECK_UTF8" = true ]; then time sudo apt-get install -qq moreutils; fi
script:
- if [ "$CHECK_UTF8" = true ]; then time ./utils/travis/check_utf8.sh; fi
- time grep -qorHbm1 "^`echo -ne '\xef\xbb\xbf'`" po/ src/ data/ && exit 1
- time if grep -qorHbm1 "^`echo -ne '\xef\xbb\xbf'`" po/ src/ data/ ; then exit 1; fi
# UTF8 checks are the previous two lines. the second one checks po src data for UTF8 bom, this takes less than a second.
- scons cxxtool=$CXX --debug=time strict=$STRICT_COMPILATION $TARGETS
- "export DISPLAY=:99.0"
Expand Down

0 comments on commit 6f0ed02

Please sign in to comment.