From 66832c41e9fff481c20ca219b3cc0a4e53b8b551 Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 25 Oct 2017 23:21:07 +0200 Subject: :arrow_up: Update intl library. Update intl library from v0.4? (2014) to v0.7.4 (2016). Use global composer autoloader now. --- library/intl/.travis.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 library/intl/.travis.yml (limited to 'library/intl/.travis.yml') diff --git a/library/intl/.travis.yml b/library/intl/.travis.yml deleted file mode 100644 index 20bf1805d..000000000 --- a/library/intl/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: php - -php: - - 5.4 - - 5.5 - - 5.6 - - hhvm - -install: - - composer self-update - - composer install - -script: - - ./vendor/bin/phpunit -c ./phpunit.xml --coverage-text --strict -- cgit v1.2.3