Skip to content

Commit

Permalink
Show intl and ICU version in Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Nov 22, 2018
1 parent 1466e4b commit 648a94b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ install:

script:
- if [[ $COVERAGE ]]; then mkdir -p build/logs; fi
- php -r '(new ReflectionExtension("intl"))->info();'
- php vendor/bin/phpunit $COVERAGE

after_script:
Expand Down

0 comments on commit 648a94b

Please sign in to comment.