Skip to content

Commit 96ee8ff

Browse files
authored
[fix] Update Dependencies (#295)
1 parent 277aab5 commit 96ee8ff

File tree

4 files changed

+10922
-12
lines changed

4 files changed

+10922
-12
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ old/
66
node_modules
77
yarn.lock
88
npm-shrinkwrap.json
9-
package-lock.json

.travis.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
language: node_js
22
script: gulp test:nodejs:single
33
node_js:
4-
- 6.0.0 # min
5-
- lts/boron
6-
- 8.0.0
7-
- lts/carbon
84
- lts/dubnium
5+
- lts/erbium
96
- stable
107
jobs:
118
include:
129
- stage: Browser tests
1310
script: gulp travis:browser
14-
node_js: lts/carbon
11+
node_js: lts/erbium
1512
addons:
1613
sauce_connect: true
1714
- stage: Lint
1815
script: gulp test:lint
19-
node_js: lts/carbon
16+
node_js: lts/erbium

0 commit comments

Comments
 (0)