Skip to content

Commit

Permalink
Build: Disable website deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
molant committed Jan 15, 2019
1 parent 690ca34 commit 443bc31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -112,15 +112,15 @@ jobs:
# [!] Runs: Only if the build was was triggered because a push
# to the `master` branch.

- stage: deploy
if: |
branch = master and \
type = push
# - stage: deploy
# if: |
# branch = master and \
# type = push

node_js: lts/*
os: linux
# node_js: lts/*
# os: linux

script: ./.travis/trigger-site-update.sh
# script: ./.travis/trigger-site-update.sh

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down

0 comments on commit 443bc31

Please sign in to comment.