Skip to content

Commit 32c607c

Browse files
committed
build: bump node from 6.x to 10.x
BREAKING CHANGE: drop support for old node versions
1 parent bc71d13 commit 32c607c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
language: node_js
2+
cache:
3+
directories:
4+
- $HOME/.npm
5+
notifications:
6+
email: false
27
node_js:
3-
- "6.6"
8+
- "10"
9+
- "9"
410
before_script:
511
- npm install -g gulp karma-cli
612
- npm install
713
script:
8-
- npm test
14+
- npm test
15+
branches:
16+
except:
17+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)