瀏覽代碼

Complete and sanitize QA pipeline

- do not execute QA on dogfood/* feature branches
- run non-postgreSQL tests on release branches only
- run HA tests on release and dogfood-on-next branches only
tags/7.5
Simon Brandhof 6 年之前
父節點
當前提交
94af8db616
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml 查看文件

@@ -5,6 +5,10 @@ jdk: oraclejdk8
script: ./travis.sh
dist: trusty

branches:
except:
- /^dogfood\/.*$/

env:
- TARGET=BUILD
- TARGET=WEB_TESTS

Loading…
取消
儲存