Skip to content

Commit

Permalink
fix UTF-8 encoding check
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Sep 6, 2012
1 parent 9cbd3d6 commit eb1416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ script:
# run unit-tests
- php ./tests/runAllTests.php
# ensure that encoding of framework files is UTF8
- ./build-tools/checkEncodingUTF8.sh ../framework
- ./build-tools/checkEncodingUTF8.sh framework

# configure notifications (email, irc etc)
notifications:
Expand Down

0 comments on commit eb1416f

Please sign in to comment.