Skip to content

Commit

Permalink
ci: use build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jan 14, 2018
1 parent fb4d3b5 commit cf542fd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js

services:
- docker
notifications:
email: false

node_js:
- 9
- 8
Expand All @@ -23,4 +23,10 @@ script:

after_success:
- npm run codecov
- npm run semantic-release

jobs:
include:
- stage: release
node_js: lts/*
script:
- npm run semantic-release

0 comments on commit cf542fd

Please sign in to comment.