Skip to content

Commit

Permalink
Merge pull request #50 from potherca-contrib/feature/fix-travis-build
Browse files Browse the repository at this point in the history
Make sure the locales used in the tests are installed in the Travis environment
  • Loading branch information
Potherca committed Mar 21, 2016
2 parents 090948f + a701d61 commit b833d8f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ matrix:
allow_failures:
- php: 5.2

script: phpunit -c phpunit.xml
before_script:
# Make sure the locales used in the tests are installed
- sudo locale-gen en_GB
- sudo locale-gen en_GB.utf8
- sudo locale-gen fr_FR
- sudo locale-gen fr_FR@euro
- sudo locale-gen fr_FR.utf8

script:
- phpunit -c phpunit.xml

0 comments on commit b833d8f

Please sign in to comment.