From a212e77a124e68515951f6992c6099bab83000b4 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Wed, 25 Oct 2017 12:26:04 -0400 Subject: [PATCH] dont build gh-pages --- .travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 901f82a9c..192ecf719 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ dist: trusty language: python python: 2.7 -addons: - srcclr: - debug: true +branches: + except: + - gh-pages notifications: slack: @@ -18,14 +18,16 @@ cache: - $TRAVIS_BUILD_DIR/cache/wheel addons: - apt: + srcclr: + debug: true + apt: packages: - libgmp3-dev - build-essential - git - libssl-dev - libffi-dev - + before_install: - virtualenv venv - source venv/bin/activate