aboutsummaryrefslogtreecommitdiffstats
path: root/library/intl/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'library/intl/.travis.yml')
-rw-r--r--library/intl/.travis.yml14
1 files changed, 0 insertions, 14 deletions
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