1
0
Fork 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
1 changed files with 7 additions and 0 deletions

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