summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-15 21:26:40 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-15 21:26:40 +0100
commit138c2140b33e9cd3210e608550cbc16500352b9d (patch)
treeb4b82007ab4880e85d0d45f98f3cf6cd44e203eb /.travis.yml
parent92dcd340d104c3d7ef8e5b386041f1a40184577a (diff)
downloadxmr-stak-138c2140b33e9cd3210e608550cbc16500352b9d.zip
xmr-stak-138c2140b33e9cd3210e608550cbc16500352b9d.tar.gz
forbid PR to master branch
- forbid PR to master if not from our reposetory and named `dev` or `release-*` - do not check forks
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6ae815a..0d2d51a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,6 +76,7 @@ matrix:
- XMRSTAK_CMAKE_FLAGS="-DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF"
before_install:
+ - . CI/checkPRBranch
- if [ $TRAVIS_OS_NAME = osx ]; then
brew update;
brew tap homebrew/science;
OpenPOWER on IntegriCloud