1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-14 17:15:18 +01:00

lock Travis to Node.js v11

This commit is contained in:
Matthias Kretschmann 2019-04-24 11:15:29 +02:00 committed by GitHub
parent ea8e06d454
commit 79cd18b5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
dist: xenial
language: node_js
node_js: node
node_js:
- '11'
git:
depth: 10
@ -9,8 +11,12 @@ cache:
- node_modules
- public
install:
- npm i
# will run `npm install` automatically here
before_install:
- sudo apt-get -qq update
- sudo apt-get install python3-pip
- sudo -H pip3 install --upgrade pip
script:
- npm test