summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-07-18 23:49:36 +0100
committerAndres Rey <[email protected]>2019-07-18 23:49:36 +0100
commitaae45d25dbc995d3b6c9725ed7cde402b9dbac4b (patch)
tree97e32ea0e9b8f55487ef3d6e529d05e8c2a1ad49 /.travis.yml
parent1a24cd1724ba2c54b697ef6aa30e98d29cdb36a2 (diff)
Remove before_install step
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 50dec89..06c584a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,9 +28,6 @@ env:
- PHP_VERSION=7.0 LIBXML_VERSION=2.9.5
- PHP_VERSION=7.0 LIBXML_VERSION=2.9.4
-before_install:
- - php -i | grep "libxml Version"
-
install:
- docker run --rm --volume $PWD:/app composer install