Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit c3f83a6

Browse files
committed
fixup! CI: Set up Travis.
1 parent d3c8825 commit c3f83a6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ cache:
4444

4545
before_script:
4646
- export PATH="$PATH:$HOME/.composer/vendor/bin"
47+
- phpenv config-add custom.ini
4748
- if [[ ! $ENABLE_XDEBUG ]]; then
4849
phpenv config-rm xdebug.ini || echo "ext-xdebug is not available, cannot remove it.";
4950
fi
5051

5152
script:
5253
- composer install
54+
- php -i | grep 'ICU version'
5355
- vendor/bin/hoa test:run
5456
- if [[ $ENABLE_DEVTOOLS ]]; then
5557
composer global require friendsofphp/php-cs-fixer;

custom.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extension = "intl.so"

0 commit comments

Comments
 (0)