Skip to content

Commit e81023f

Browse files
authored
Merge pull request #120 from cwillisf/ci-no-greenkeeper
ci: use Node LTS and npm ci, remove Greenkeeper
2 parents 053d0b5 + a0a67cd commit e81023f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
sudo: false
22
language: node_js
3-
cache:
4-
directories:
5-
- node_modules
63
notifications:
74
email: false
85
node_js:
9-
- 10
10-
before_install:
11-
- npm install -g greenkeeper-lockfile
12-
install: npm install
13-
before_script: greenkeeper-lockfile-update
14-
after_script: greenkeeper-lockfile-upload
6+
- lts/*
7+
install: npm ci --production=false
158
after_success:
169
- npx semantic-release
1710
branches:

0 commit comments

Comments
 (0)