Skip to content

Commit

Permalink
ci: target deployed node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotttf committed Apr 30, 2019
1 parent 1c2c349 commit b2e5230
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Expand Up @@ -37,16 +37,8 @@ jobs:
- yarn test
after_success:
- yarn coveralls
-
stage: test
node_js: lts/dubnium
script:
- yarn lint
- yarn test
after_success:
- yarn coveralls
-
stage: release
node_js: lts/dubnium
node_js: lts/carbon
sciprt:
- yarn semantic-release

0 comments on commit b2e5230

Please sign in to comment.