blacklist private branches from travis
This commit is contained in:
parent
d08b75c472
commit
af7336ef8b
@ -28,6 +28,13 @@ env:
|
|||||||
- RISCV="/home/travis/riscv_install"
|
- RISCV="/home/travis/riscv_install"
|
||||||
- PATH=$PATH:$RISCV/bin
|
- PATH=$PATH:$RISCV/bin
|
||||||
|
|
||||||
|
# blacklist private branches
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- hwacha
|
||||||
|
- boom
|
||||||
|
- hurricane
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# make install destination
|
# make install destination
|
||||||
- mkdir -p $RISCV
|
- mkdir -p $RISCV
|
||||||
|
Loading…
Reference in New Issue
Block a user