mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Bump travis from Ubuntu 12.04 -> 14.04
This commit is contained in:
parent
d09407d4d0
commit
e86c1b4f6d
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,6 +1,17 @@
|
||||||
language: csharp
|
language: csharp
|
||||||
solution: ArchiSteamFarm.sln
|
solution: ArchiSteamFarm.sln
|
||||||
|
|
||||||
|
# We're fine building ASF in container-based environment
|
||||||
|
# Explicitly state that sudo is not needed, even if it's default option
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
# Default Travis container-based environment is currently Ubuntu 12.04
|
||||||
|
# It'd be best to build ASF on latest Linux OS available, but that's not possible
|
||||||
|
# Therefore, we build ASF on latest available OS, currently: Ubuntu 14.04
|
||||||
|
# Please bump me as new OSes arrive!
|
||||||
|
# https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
# Save bandwidth by limiting git clone to only last 10 commits
|
# Save bandwidth by limiting git clone to only last 10 commits
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
|
|
Loading…
Reference in a new issue