aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-09-26 14:43:21 +0200
committerArthurHoaro <arthur@hoa.ro>2020-09-26 14:43:21 +0200
commit24225f63324bd1118b008518abfc82a136ad997e (patch)
treea3e1e6b29fb515dbc215c5ffe5e2c8c55445df7b /.travis.yml
parente011be01701e7f0f2bee9a5de3f062a5ca1b17df (diff)
downloadShaarli-24225f63324bd1118b008518abfc82a136ad997e.tar.gz
Shaarli-24225f63324bd1118b008518abfc82a136ad997e.tar.zst
Shaarli-24225f63324bd1118b008518abfc82a136ad997e.zip
tmp
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index afccce08..af04a022 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,8 @@ cache:
43 43
44install: 44install:
45 # install/update composer and php dependencies 45 # install/update composer and php dependencies
46 - composer update --ignore-platform-reqs 46 - composer config --unset platform && composer config platform.php $TRAVIS_PHP_VERSION
47 - composer update
47 48
48before_script: 49before_script:
49 - PATH=${PATH//:\.\/node_modules\/\.bin/} 50 - PATH=${PATH//:\.\/node_modules\/\.bin/}