Skip to content

Commit

Permalink
[travis] Add node 12 and remove node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jun 4, 2019
1 parent 0cde3dc commit ed3f534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -3,13 +3,13 @@ language: node_js
matrix:
fast_finish: true
include:
- node_js: "12"
env: SCRIPT=test
- node_js: "10"
env: SCRIPT=test
- node_js: "8"
env: SCRIPT=test
- node_js: "6"
env: SCRIPT=test
- node_js: "8"
- node_js: "10"
env:
- secure: IF01oyIKSs0C5dARdYRTilKnU1TG4zenjjEPClkQxAWIpUOxl9xcNJWDVEOPxJ/4pVt+pozyT80Rp7efh6ZiREJIQI1tUboBKSqZzSbnD5uViQNSbQ90PaDP0FIUc0IQ5o07W36rijBB0DTmtU1VofzN9PKkJO7XiSSXevI8RcM=
- SAUCE_USERNAME=url-parse
Expand Down

0 comments on commit ed3f534

Please sign in to comment.