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:
parent
ea8e06d454
commit
79cd18b5bc
12
.travis.yml
12
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user