diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-24 13:56:00 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:21 +0800 |
commit | 85b33e2cde141c918d091c44d3f810339b7752bf (patch) | |
tree | 5a991666b7d86f718fa6967a2e66987d965a2709 /.travis.yml | |
parent | 259e1239262741f43b8871eeec40fc26a7e1ecf5 (diff) | |
download | go-tangerine-85b33e2cde141c918d091c44d3f810339b7752bf.tar go-tangerine-85b33e2cde141c918d091c44d3f810339b7752bf.tar.gz go-tangerine-85b33e2cde141c918d091c44d3f810339b7752bf.tar.bz2 go-tangerine-85b33e2cde141c918d091c44d3f810339b7752bf.tar.lz go-tangerine-85b33e2cde141c918d091c44d3f810339b7752bf.tar.xz go-tangerine-85b33e2cde141c918d091c44d3f810339b7752bf.tar.zst go-tangerine-85b33e2cde141c918d091c44d3f810339b7752bf.zip |
ci: move smoke-test to PR test
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml index 66d15cfac..0aeea8330 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,23 @@ matrix: script: - go run build/ci.go lint + - os: osx + go: 1.11.x + env: + - smoke-test + 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 + # This builder does the Ubuntu PPA upload #- if: type = push # os: linux @@ -235,23 +252,6 @@ 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: - - smoke-test - 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 ./DEXON-7548b3622930.json -d |