Skip to content

Commit ecfdff8

Browse files
Merge branch 'master' into dev
2 parents fbe5e57 + 01b3bdc commit ecfdff8

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.travis.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ deploy:
4444
repo: FabianTerhorst/coreclr-module
4545
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS false
4646
tags: true
47-
branches:
48-
only:
49-
- master
5047
- provider: releases
5148
skip_cleanup: true
5249
api_key:
@@ -56,9 +53,6 @@ deploy:
5653
repo: FabianTerhorst/coreclr-module
5754
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS false
5855
tags: true
59-
branches:
60-
only:
61-
- master
6256
- provider: releases
6357
skip_cleanup: true
6458
prerelease: true
@@ -69,9 +63,6 @@ deploy:
6963
repo: FabianTerhorst/coreclr-module
7064
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS true
7165
tags: true
72-
branches:
73-
only:
74-
- dev
7566
- provider: releases
7667
skip_cleanup: true
7768
prerelease: true
@@ -82,29 +73,20 @@ deploy:
8273
repo: FabianTerhorst/coreclr-module
8374
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS true
8475
tags: true
85-
branches:
86-
only:
87-
- dev
8876
- provider: script
8977
skip_cleanup: true
9078
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
9179
on:
9280
repo: FabianTerhorst/coreclr-module
9381
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS false
9482
tags: true
95-
branches:
96-
only:
97-
- master
9883
- provider: script
9984
skip_cleanup: true
10085
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/stable/x64_linux/libcsharp-module.so
10186
on:
10287
repo: FabianTerhorst/coreclr-module
10388
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS false
10489
tags: true
105-
branches:
106-
only:
107-
- master
10890
- provider: script
10991
skip_cleanup: true
11092
prerelease: true
@@ -113,9 +95,6 @@ deploy:
11395
repo: FabianTerhorst/coreclr-module
11496
condition: os = windows AND env(GITHUB_DEPLOY_PRERELEASE) IS true
11597
tags: true
116-
branches:
117-
only:
118-
- dev
11998
- provider: script
12099
skip_cleanup: true
121100
prerelease: true
@@ -124,6 +103,3 @@ deploy:
124103
repo: FabianTerhorst/coreclr-module
125104
condition: os = linux AND env(GITHUB_DEPLOY_PRERELEASE) IS true
126105
tags: true
127-
branches:
128-
only:
129-
- dev

0 commit comments

Comments
 (0)