aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-12-10 10:58:16 +0800
committerGitHub <noreply@github.com>2018-12-10 10:58:16 +0800
commit94b24517ce7d1ab120bde7036551448fc0b27220 (patch)
tree4b628c4f2ad8ea0a155e7026365a5a626b6cd445 /.travis.yml
parent7654e95f94f4902eb624bcdae1e6c8ebbf38e289 (diff)
downloaddexon-consensus-94b24517ce7d1ab120bde7036551448fc0b27220.tar
dexon-consensus-94b24517ce7d1ab120bde7036551448fc0b27220.tar.gz
dexon-consensus-94b24517ce7d1ab120bde7036551448fc0b27220.tar.bz2
dexon-consensus-94b24517ce7d1ab120bde7036551448fc0b27220.tar.lz
dexon-consensus-94b24517ce7d1ab120bde7036551448fc0b27220.tar.xz
dexon-consensus-94b24517ce7d1ab120bde7036551448fc0b27220.tar.zst
dexon-consensus-94b24517ce7d1ab120bde7036551448fc0b27220.zip
core: Longer lambda for TravisCI (#365)
* Longer time for TravisCI. * Update CI setting for PR
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index faf9a24..e6f62f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ script:
- dep ensure -v
- make dep
- |
- if [ "${TRAVIS_BRANCH}" == "master" ]; then
+ if [ "${TRAVIS_PULL_REQUEST_BRANCH}" == "" ] && [ "${TRAVIS_BRANCH}" == "master" ]; then
make test
else
make test-short