summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-13 16:34:24 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2019-01-13 16:56:40 +0800
commit5ac4f350069704b14e72de9664143be28de62a1c (patch)
tree17a2f59754847973868701825b47348b98b1eb83
parentb633e9e6fa52637f5fd0f028f19acdfc6242914a (diff)
downloadtangerine-governance-abi-5ac4f350069704b14e72de9664143be28de62a1c.tar
tangerine-governance-abi-5ac4f350069704b14e72de9664143be28de62a1c.tar.gz
tangerine-governance-abi-5ac4f350069704b14e72de9664143be28de62a1c.tar.bz2
tangerine-governance-abi-5ac4f350069704b14e72de9664143be28de62a1c.tar.lz
tangerine-governance-abi-5ac4f350069704b14e72de9664143be28de62a1c.tar.xz
tangerine-governance-abi-5ac4f350069704b14e72de9664143be28de62a1c.tar.zst
tangerine-governance-abi-5ac4f350069704b14e72de9664143be28de62a1c.zip
Update travisCI
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e0c2e89..ec8591a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,23 @@
dist: xenial
sudo: required
language: node_js
+addons:
+ apt:
+ update: true
+ packages:
+ - jq
node_js:
- 10.14.1
before_install:
- openssl aes-256-cbc -K $encrypted_576d8886d7a3_key -iv $encrypted_576d8886d7a3_iv
-in ci/wiki_deploy_key.enc -out ci/wiki_deploy_key -d
+- chmod 600 ci/wiki_deploy_key
script:
- truffle compile
+deploy:
+ skip_cleanup: true
+ provider: script
+ script: ci/update_wiki.sh
+ on:
+ all_branches: true
+ condition: $TRAVIS_BRANCH =~ ^ci|master$