Skip to content

Commit

Permalink
fix: removed different node version buid
Browse files Browse the repository at this point in the history
  • Loading branch information
theoomoregbee committed Oct 15, 2018
1 parent 4d48671 commit 96c9f4e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ cache:
notifications:
email: false
node_js:
- '10'
- '9'
- '8'
- '6'
after_success:
- npm run packager
- cd dist/alert && npm run travis-deploy-once "npm run semantic-release"
- cd dist/alert
- ls
- npm run travis-deploy-once "npm run semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 96c9f4e

Please sign in to comment.