Skip to content

Commit

Permalink
Make sure the locales used in the tests are installed on the Travis e…
Browse files Browse the repository at this point in the history
…nvironment.
  • Loading branch information
Potherca committed Mar 19, 2016
1 parent 090948f commit a701d61
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 a701d61

Please sign in to comment.