1
0

blacklist private branches from travis

This commit is contained in:
Colin Schmidt 2015-09-08 15:13:38 -07:00
parent d08b75c472
commit af7336ef8b

View File

@ -28,6 +28,13 @@ env:
- RISCV="/home/travis/riscv_install"
- PATH=$PATH:$RISCV/bin
# blacklist private branches
branches:
except:
- hwacha
- boom
- hurricane
before_install:
# make install destination
- mkdir -p $RISCV