mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-24 08:33:29 +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
|
dist: xenial
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: node
|
node_js:
|
||||||
|
- '11'
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
- public
|
- public
|
||||||
|
|
||||||
install:
|
# will run `npm install` automatically here
|
||||||
- npm i
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get install python3-pip
|
||||||
|
- sudo -H pip3 install --upgrade pip
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# https://docs.codeclimate.com/docs/travis-ci-test-coverage
|
# https://docs.codeclimate.com/docs/travis-ci-test-coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user