From d131afb8d8b29ace96781d0f3fb1000f3e880cb9 Mon Sep 17 00:00:00 2001 From: Antz Date: Mon, 23 Mar 2015 00:43:02 +0000 Subject: [PATCH] update travis --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7b90b719..ca6b8ded 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,11 @@ sudo: false git: depth: 1 +# only run travis on the master branch +branches: + only: + - release20 + - develop21 # send notifications to stack as well as email notifications: slack: getmangos:yRgNBSgRQVh8WdfGEbT08Hit @@ -31,6 +36,10 @@ addons: - clang before_install: +# Get Eluna + - git submodule init + - git submodule update + - bash .travis.sh - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CC" = "gcc" ] ; then export CC=gcc-4.8 CXX=g++-4.8 ; fi