diff --git a/.travis.yml b/.travis.yml index aa9687ed3a..02949f0030 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: c # Make sure build dependencies are installed. install: - - sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6 dpkg rpm nsis markdown + - sudo apt-get install mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6 dpkg rpm nsis markdown cache: apt # Run the build script @@ -16,9 +16,11 @@ script: - make all - make test -# Only watch the development branch. +# Only watch the development and release branches. branches: only: + - master + - next - bleed # Notify developers when build passed/failed.