aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbojie <bojie@dexon.org>2019-01-18 19:30:23 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:56 +0800
commit5f47911fd3f9f98c69fc585bce64d27f924c90df (patch)
tree42ba6a106d2058f35276452350a0c4fa38eb2c2e /.travis.yml
parente095c638a46b467a1487a6f236ec7dd86555f424 (diff)
downloaddexon-5f47911fd3f9f98c69fc585bce64d27f924c90df.tar
dexon-5f47911fd3f9f98c69fc585bce64d27f924c90df.tar.gz
dexon-5f47911fd3f9f98c69fc585bce64d27f924c90df.tar.bz2
dexon-5f47911fd3f9f98c69fc585bce64d27f924c90df.tar.lz
dexon-5f47911fd3f9f98c69fc585bce64d27f924c90df.tar.xz
dexon-5f47911fd3f9f98c69fc585bce64d27f924c90df.tar.zst
dexon-5f47911fd3f9f98c69fc585bce64d27f924c90df.zip
travis: add new CI test to test fullnode (#138)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f4b9ee464..18a1dd476 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -231,6 +231,23 @@ matrix:
submodules: false
script:
- go run build/ci.go purge -store dexon-builds -days 14
+ - if: type = push
+ os: osx
+ go: 1.11.x
+ env:
+ - gcp-osx
+ git:
+ submodules: false
+ script:
+ - PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig make all
+ - cd test
+ - ./run_test.sh --ignore-log
+ - cd ..
+ - ./build/fullnode-test.sh
+ addons:
+ homebrew:
+ packages:
+ - ethereum
before_install:
- openssl aes-256-cbc -K $encrypted_556a2b2ff7f6_key -iv $encrypted_556a2b2ff7f6_iv
-in .ci/DEXON-7548b3622930.json.enc -out ./COBINHOOD-7548b3622930.json -d