Skip to content

Commit

Permalink
ci(travis): stop testing in Node 4, test in Node 6 (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongarc authored and gr2m committed Apr 29, 2019
1 parent 8e29eb5 commit ac9ca02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ branches:
jobs:
include:
- stage: test
node_js: 4
node_js: 6
script:
- npm run test
- npm run coverage
- node_js: 4
- node_js: 6
script: bin/quick-start-test.sh
- stage: docs
node_js: lts/*
Expand Down

0 comments on commit ac9ca02

Please sign in to comment.