1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-08 20:54:23 +01:00

lock Travis to Node.js v11

This commit is contained in:
Matthias Kretschmann 2019-04-24 11:17:03 +02:00 committed by GitHub
parent 12f69b4622
commit 939e261718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,19 @@
dist: xenial
language: node_js
node_js: node
node_js:
- '11'
cache:
directories:
- 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
before_script:
# https://docs.codeclimate.com/docs/travis-ci-test-coverage