dont build gh-pages
This commit is contained in:
parent
6df5de209e
commit
a212e77a12
1 changed files with 7 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -3,9 +3,9 @@ dist: trusty
|
|||
language: python
|
||||
python: 2.7
|
||||
|
||||
addons:
|
||||
srcclr:
|
||||
debug: true
|
||||
branches:
|
||||
except:
|
||||
- gh-pages
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
@ -18,7 +18,9 @@ cache:
|
|||
- $TRAVIS_BUILD_DIR/cache/wheel
|
||||
|
||||
addons:
|
||||
apt:
|
||||
srcclr:
|
||||
debug: true
|
||||
apt:
|
||||
packages:
|
||||
- libgmp3-dev
|
||||
- build-essential
|
||||
|
|
Loading…
Reference in a new issue