We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277aab5 commit 96ee8ffCopy full SHA for 96ee8ff
.gitignore
@@ -6,4 +6,3 @@ old/
6
node_modules
7
yarn.lock
8
npm-shrinkwrap.json
9
-package-lock.json
.travis.yml
@@ -1,19 +1,16 @@
1
language: node_js
2
script: gulp test:nodejs:single
3
node_js:
4
- - 6.0.0 # min
5
- - lts/boron
- - 8.0.0
- - lts/carbon
- lts/dubnium
+ - lts/erbium
- stable
10
jobs:
11
include:
12
- stage: Browser tests
13
script: gulp travis:browser
14
- node_js: lts/carbon
+ node_js: lts/erbium
15
addons:
16
sauce_connect: true
17
- stage: Lint
18
script: gulp test:lint
19
0 commit comments