Skip to content

Commit

Permalink
Merge pull request #106 from srowhani/fix/build
Browse files Browse the repository at this point in the history
fix(build): update travis to build before running semantic-release
  • Loading branch information
srowhani authored Nov 14, 2019
2 parents 99e780a + 26d5e86 commit 96f6e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10
v12
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
script: yarn docs
deploy:
provider: pages
skip-cleanup: true
cleanup: false
github-token: $GH_TOKEN
local-dir: docs
on:
branch: master
- script: yarn semantic-release
- script:
- yarn build
- yarn semantic-release

0 comments on commit 96f6e42

Please sign in to comment.