fixup travis script
This fixes up f07400a471
,
the ! syntax doesn't seem to work here.
This commit is contained in:
parent
12bafe2ffc
commit
0cb717c4f9
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
- time grep -qorHbm1 "^`echo -ne '\xef\xbb\xbf'`" po/ src/ data/ || exit 1
|
||||
# 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue