summaryrefslogtreecommitdiffstats
path: root/vendor/pear/net_url2/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:19:57 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-25 20:19:57 +0100
commitf2a65b0a4aa1cd6448ec5236190dcdf1f0eb12c4 (patch)
tree5be26b5c74561b59d5662046fe8ee82c08c120cd /vendor/pear/net_url2/.travis.yml
parent8a58b145cf7d05d6c73043700b27813125d9a88f (diff)
remove compiled js and 3rdparty deps from the repo
Diffstat (limited to 'vendor/pear/net_url2/.travis.yml')
-rw-r--r--vendor/pear/net_url2/.travis.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/pear/net_url2/.travis.yml b/vendor/pear/net_url2/.travis.yml
deleted file mode 100644
index a3e7bdc49..000000000
--- a/vendor/pear/net_url2/.travis.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-language: php
-
-php:
- - 5.2
- - 5.3
- - 5.4
- - 5.5
- - 5.6
- - 7.0
- - hhvm
- - hhvm-nightly
-
-matrix:
- allow_failures:
- - php: hhvm-nightly
-
-script: phpunit --coverage-text tests/Net