Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
[#17/feature] Use travis to update docs and publish app
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcorrea committed Mar 25, 2019
1 parent 8477d58 commit 666001f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- npm install

script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./.travis.build.sh; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./.travis.deploy.sh; fi'

deploy:
provider: pages
Expand Down

0 comments on commit 666001f

Please sign in to comment.