mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update .travis.yml and appveyor.yml to point at master branch
This commit is contained in:
parent
6662053061
commit
386109691b
2 changed files with 3 additions and 3 deletions
|
@ -32,4 +32,4 @@ deploy:
|
||||||
file: "chatterino-osx.dmg"
|
file: "chatterino-osx.dmg"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
branch: nightly
|
branch: master
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- nightly
|
- master
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
@ -62,4 +62,4 @@ deploy:
|
||||||
prerelease: true
|
prerelease: true
|
||||||
force_update: true
|
force_update: true
|
||||||
on:
|
on:
|
||||||
branch: nightly
|
branch: master
|
||||||
|
|
Loading…
Reference in a new issue