From 6682980521e9205ec057ae7c42842eeb64e45f4d Mon Sep 17 00:00:00 2001 From: ttroy50 Date: Sun, 14 Feb 2016 11:40:11 +0000 Subject: [PATCH] update travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c02bc62..ad2553a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,12 @@ sudo: required compiler: - gcc before_install: -- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y cmake libboost-all-dev libprotobuf-dev protobuf-compiler cppcheck; fi +- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get update && sudo apt-get install -y cmake libboost-all-dev libprotobuf-dev protobuf-compiler cppcheck ninja-build clang; fi script: - ./test.sh branches: - only: - - master + except: + - gh-pages notifications: email: true os: