Skip to content

Commit fcc8da2

Browse files
committed
ci(travis): remove tests in Node 6
BREAKING CHANGE: drop support for Node 6
1 parent 663998e commit fcc8da2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
- 'git commit -a -m "build: known webhooks" --author="Octokit Bot <[email protected]>" && git push "https://${GH_TOKEN}@github.com/$TRAVIS_REPO_SLUG" ${TRAVIS_BRANCH} || true'
3434

3535
- stage: test
36-
node_js: 6
37-
- node_js: 8
36+
node_js: 8
3837
- node_js: 10
3938

4039
# run semantic-release and coverage in parallel

0 commit comments

Comments
 (0)