Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
praneshr committed Nov 24, 2019
1 parent 64207ee commit 9129575
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
language: node_js
node_js: 8
before_script: yarn build
after_success:
if ([ "$TRAVIS_BRANCH" == "master" ] || [ ! -z "$TRAVIS_TAG" ]) &&
[ "$TRAVIS_PULL_REQUEST" == "false" ]; then
'./publish-examples.sh'
else
echo "Skipping examples deployment..."
fi
after_success: "./publish-examples.sh"
deploy:
skip_cleanup: true
provider: npm
Expand Down

0 comments on commit 9129575

Please sign in to comment.