Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 141e8eb

Browse files
committed
fix(dependencies): update dependencies
1 parent 8b5fc6c commit 141e8eb

File tree

3 files changed

+7617
-5569
lines changed

3 files changed

+7617
-5569
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ cache:
55
notifications:
66
email: true
77
node_js:
8-
- '8'
8+
- 'node'
9+
- 'lts/*'
910
install: npm install
1011
before_install:
11-
- npm install -g npm@5
1212
- npm install -g greenkeeper-lockfile@1
1313
jobs:
1414
include:
1515
- stage: test
1616
script:
17-
- npm run build
17+
- npm run build:prod
1818
- npm run lint
1919
- npm run test
2020
before_script: greenkeeper-lockfile-update

0 commit comments

Comments
 (0)