Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
ci: disable node 10 until travis can nvm install it
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Jun 30, 2018
1 parent fa2ec6b commit aa4bec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
include:
- stage: Test
node_js: lts/*
- node_js: 10
# TODO: Enable once travis doesn't fail on `nvm use 10`
# - node_js: 10
- node_js: 8

- stage: Release
Expand Down

0 comments on commit aa4bec6

Please sign in to comment.