ref: 47227de12e8250ef6bb82f99c10c682003bc4cb4
parent: 616dc87feb637f72b881936e5d55d5ea78f5812a
author: Ethan Hugg <ehugg@cisco.com>
date: Fri Dec 13 10:33:22 EST 2013
Exempt gh-pages from Travis.
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,12 @@
compiler:
- gcc
- clang
-# Change this to your needs
+branches:
+ except:
+ - gh-pages
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev
-script: make gtest-bootstrap && make && make test
+install: make gtest-bootstrap
+script: make && make test