diff options
author | Joe Hand <joe@joeahand.com> | 2016-12-17 12:43:45 -0800 |
---|---|---|
committer | Joe Hand <joe@joeahand.com> | 2016-12-17 12:43:45 -0800 |
commit | c8966c84ba4005889b45fc418c48499f33deddac (patch) | |
tree | e4996ed2aa2bc365d5faed5c9eab545068ac4337 | |
parent | 7a13cde80201fa0ca7c3a4bf31926702529d5a77 (diff) | |
download | dat-docs-c8966c84ba4005889b45fc418c48499f33deddac.tar.gz dat-docs-c8966c84ba4005889b45fc418c48499f33deddac.zip |
remove update for now
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c0073ba..3fd792c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,5 +23,5 @@ install: deploy: provider: script - script: npm run update && npm run deploy + script: npm run deploy skip_cleanup: true |