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

Commit fe25340

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

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
@@ -5,6 +5,7 @@ matrix:
55
- php: 5.5
66
- php: 5.6
77
- php: 7.0
8+
dist: xenial
89
- php: 7.1
910
env:
1011
- ENABLE_XDEBUG=true
@@ -44,6 +45,7 @@ cache:
4445

4546
before_script:
4647
- export PATH="$PATH:$HOME/.composer/vendor/bin"
48+
- phpenv config-add custom.ini
4749
- if [[ ! $ENABLE_XDEBUG ]]; then
4850
phpenv config-rm xdebug.ini || echo "ext-xdebug is not available, cannot remove it.";
4951
fi

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)