Merge pull request #5456 from Mailaender/travis-next-master
Adjustments to Travis CI
This commit is contained in:
@@ -6,7 +6,7 @@ language: c
|
|||||||
|
|
||||||
# Make sure build dependencies are installed.
|
# Make sure build dependencies are installed.
|
||||||
install:
|
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
|
cache: apt
|
||||||
|
|
||||||
# Run the build script
|
# Run the build script
|
||||||
@@ -16,9 +16,11 @@ script:
|
|||||||
- make all
|
- make all
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
# Only watch the development branch.
|
# Only watch the development and release branches.
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
- master
|
||||||
|
- next
|
||||||
- bleed
|
- bleed
|
||||||
|
|
||||||
# Notify developers when build passed/failed.
|
# Notify developers when build passed/failed.
|
||||||
|
|||||||
Reference in New Issue
Block a user