update travis

This commit is contained in:
Antz 2015-03-23 00:43:02 +00:00 committed by UnkleNuke
parent 6e2d7f3494
commit d131afb8d8

View File

@ -7,6 +7,11 @@ sudo: false
git: git:
depth: 1 depth: 1
# only run travis on the master branch
branches:
only:
- release20
- develop21
# send notifications to stack as well as email # send notifications to stack as well as email
notifications: notifications:
slack: getmangos:yRgNBSgRQVh8WdfGEbT08Hit slack: getmangos:yRgNBSgRQVh8WdfGEbT08Hit
@ -31,6 +36,10 @@ addons:
- clang - clang
before_install: before_install:
# Get Eluna
- git submodule init
- git submodule update
- bash .travis.sh - bash .travis.sh
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CC" = "gcc" ] ; then export CC=gcc-4.8 CXX=g++-4.8 ; fi - if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CC" = "gcc" ] ; then export CC=gcc-4.8 CXX=g++-4.8 ; fi