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 c3f83a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ 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

script:
- composer install
- php -i | grep 'ICU version'
- vendor/bin/hoa test:run
- if [[ $ENABLE_DEVTOOLS ]]; then
composer global require friendsofphp/php-cs-fixer;
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 c3f83a6

Please sign in to comment.