mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Travis/AppVeyor: build only master branch
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,15 +1,23 @@
|
||||
language: csharp
|
||||
solution: ArchiSteamFarm.sln
|
||||
|
||||
# Save bandwidth by limiting to only last 10 commits
|
||||
git:
|
||||
depth: 10
|
||||
|
||||
# Don't build other branches than master
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
# We test ASF on latest stable and nightly version of Mono
|
||||
mono:
|
||||
- weekly
|
||||
# - alpha
|
||||
# - beta
|
||||
- latest
|
||||
|
||||
# Mono is often broken, allow all Mono failures by default
|
||||
matrix:
|
||||
allow_failures:
|
||||
- mono: weekly
|
||||
@@ -17,9 +25,11 @@ matrix:
|
||||
# - mono: beta
|
||||
- mono: latest
|
||||
|
||||
# Initialize our envsetup before building
|
||||
before_script:
|
||||
- source mono_envsetup.sh
|
||||
|
||||
# Push building notifications on Gitter
|
||||
notifications:
|
||||
email: false
|
||||
webhooks:
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
version: 1.0.{build}-{branch}
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
image: Visual Studio 2015
|
||||
configuration: Release
|
||||
platform: Any CPU
|
||||
|
||||
Reference in New Issue
Block a user