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

Commit

Permalink
fixup! CI: Set up Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
vonglasow committed Oct 27, 2017
1 parent d3c8825 commit 3667e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ cache:

before_script:
- export PATH="$PATH:$HOME/.composer/vendor/bin"
- phpenv config-add custom.ini
- if [[ ! $ENABLE_XDEBUG ]]; then
phpenv config-rm xdebug.ini || echo "ext-xdebug is not available, cannot remove it.";
fi
Expand Down
1 change: 1 addition & 0 deletions custom.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extension = "intl.so"

0 comments on commit 3667e2d

Please sign in to comment.