mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-26 20:01:24 +01:00
lock Travis to Node.js v11
This commit is contained in:
parent
ea8e06d454
commit
79cd18b5bc
12
.travis.yml
12
.travis.yml
@ -1,5 +1,7 @@
|
|||||||
|
dist: xenial
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: node
|
node_js:
|
||||||
|
- '11'
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
@ -9,8 +11,12 @@ cache:
|
|||||||
- 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
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm test
|
- npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user