Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
chore(travis): tries to enable build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdreizin committed Jul 30, 2017
1 parent 14888d3 commit 627cee5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- 8
- 7
# - 7
# - 6
# - 5
os:
Expand All @@ -29,9 +29,13 @@ jobs:
include:
- stage: release
node_js: 8
before_deploy:
- git config --global user.name "$GH_USER_NAME"
- git config --global user.email "$GH_USER_EMAIL"
- git config --global --list
deploy:
skip_cleanup: true
provider: script
script: yarn run codeclimate && yarn run semantic-release
script: yarn run jsdoc && yarn run gh-pages
on:
branch: master

0 comments on commit 627cee5

Please sign in to comment.