Skip to content

Commit

Permalink
add "moreutils" lib to travis script, for utf8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 29, 2014
1 parent eec9536 commit 3615707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,7 @@ before_install:
- if [ "$CXX" = "g++" ]; then sudo apt-get update -qq; fi
- if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
- sudo apt-get install moreutils
- ./check_utf8.sh
install:
- sudo apt-get update -qq
Expand Down

0 comments on commit 3615707

Please sign in to comment.