Skip to content

Commit 9129575

Browse files
authored
Update .travis.yml
1 parent 64207ee commit 9129575

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
language: node_js
22
node_js: 8
33
before_script: yarn build
4-
after_success:
5-
if ([ "$TRAVIS_BRANCH" == "master" ] || [ ! -z "$TRAVIS_TAG" ]) &&
6-
[ "$TRAVIS_PULL_REQUEST" == "false" ]; then
7-
'./publish-examples.sh'
8-
else
9-
echo "Skipping examples deployment..."
10-
fi
4+
after_success: "./publish-examples.sh"
115
deploy:
126
skip_cleanup: true
137
provider: npm

0 commit comments

Comments
 (0)