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:
parent
12f69b4622
commit
939e261718
11
.travis.yml
11
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user