mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Give up, Mono in travis is truly broken
This commit is contained in:
parent
49b1259817
commit
98679545d3
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -6,18 +6,18 @@ git:
|
|||
|
||||
mono:
|
||||
- weekly
|
||||
- alpha
|
||||
- beta
|
||||
# - alpha
|
||||
# - beta
|
||||
- latest
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- mono: weekly
|
||||
- mono: alpha
|
||||
- mono: beta
|
||||
# - mono: alpha
|
||||
# - mono: beta
|
||||
|
||||
script:
|
||||
- ./cc.sh
|
||||
before_script:
|
||||
- source mono_envsetup.sh
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue