mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-28 22:40:13 -04:00
ci: use Node LTS and npm ci, remove Greenkeeper
This commit is contained in:
parent
053d0b56c2
commit
a0a67cd872
1 changed files with 2 additions and 9 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,17 +1,10 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
notifications:
|
||||
email: false
|
||||
node_js:
|
||||
- 10
|
||||
before_install:
|
||||
- npm install -g greenkeeper-lockfile
|
||||
install: npm install
|
||||
before_script: greenkeeper-lockfile-update
|
||||
after_script: greenkeeper-lockfile-upload
|
||||
- lts/*
|
||||
install: npm ci --production=false
|
||||
after_success:
|
||||
- npx semantic-release
|
||||
branches:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue