aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-09-22 17:57:54 +0200
committerArthurHoaro <arthur@hoa.ro>2020-09-22 17:57:54 +0200
commit98325d646e0e94ccb3a3fdda1ca688ad0d888aa6 (patch)
tree1574f27b8049d4b3df60ab423ce1f41123314a8c /.travis.yml
parent96746d7165f28553b53bd259d03aaf5d63290b7a (diff)
downloadShaarli-98325d646e0e94ccb3a3fdda1ca688ad0d888aa6.tar.gz
Shaarli-98325d646e0e94ccb3a3fdda1ca688ad0d888aa6.tar.zst
Shaarli-98325d646e0e94ccb3a3fdda1ca688ad0d888aa6.zip
Bump NodeJS version on travis build
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 c414967b..fb95235c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ matrix:
13 php: 7.1 13 php: 7.1
14 # jobs for frontend builds 14 # jobs for frontend builds
15 - language: node_js 15 - language: node_js
16 node_js: 8 16 node_js: 10
17 cache: 17 cache:
18 yarn: true 18 yarn: true
19 directories: 19 directories: