Skip to content

Commit 975baa6

Browse files
committed
ci(travis): remove testing in Node 6
1 parent 395b709 commit 975baa6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: node_js
2-
cache:
3-
directories:
4-
- ~/.npm
2+
cache: npm
53
notifications:
64
email: false
75
node_js:
86
- '10'
97
- '8'
10-
- '6'
8+
119
after_success:
1210
- npm run semantic-release
1311
# Trigger a push build on master and greenkeeper branches + PRs build on every branches

0 commit comments

Comments
 (0)