aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fb95235c..afccce08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ cache:
43 43
44install: 44install:
45 # install/update composer and php dependencies 45 # install/update composer and php dependencies
46 - composer install --prefer-dist 46 - composer update --ignore-platform-reqs
47 47
48before_script: 48before_script:
49 - PATH=${PATH//:\.\/node_modules\/\.bin/} 49 - PATH=${PATH//:\.\/node_modules\/\.bin/}