Skip to content

Commit 7be572e

Browse files
committed
feat(ci): run builds on staging
1 parent 1ffd68e commit 7be572e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ dotnet: 1.0.0-preview2-1-003177
1010
branches:
1111
only:
1212
- master
13+
- staging
1314
script:
14-
- ./build.sh
15+
- ./build.sh

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pull_requests:
44
branches:
55
only:
66
- master
7+
- staging
78
nuget:
89
disable_publish_on_pr: true
910
build_script:

0 commit comments

Comments
 (0)