Skip to content

Commit 885e853

Browse files
Revert "Update .travis.yml"
This reverts commit 84a2c39.
1 parent 84a2c39 commit 885e853

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

.travis.yml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ deploy:
4242
repo: FabianTerhorst/coreclr-module
4343
condition: "$TRAVIS_OS_NAME = linux"
4444
tags: true
45-
branch: master
45+
branches:
46+
only:
47+
- master
4648
- provider: releases
4749
skip_cleanup: true
4850
api_key:
@@ -52,7 +54,9 @@ deploy:
5254
repo: FabianTerhorst/coreclr-module
5355
condition: "$TRAVIS_OS_NAME = windows"
5456
tags: true
55-
branch: master
57+
branches:
58+
only:
59+
- master
5660
- provider: releases
5761
skip_cleanup: true
5862
prerelease: true
@@ -63,7 +67,9 @@ deploy:
6367
repo: FabianTerhorst/coreclr-module
6468
condition: "$TRAVIS_OS_NAME = linux"
6569
tags: true
66-
branch: dev
70+
branches:
71+
only:
72+
- dev
6773
- provider: releases
6874
skip_cleanup: true
6975
prerelease: true
@@ -74,36 +80,46 @@ deploy:
7480
repo: FabianTerhorst/coreclr-module
7581
condition: "$TRAVIS_OS_NAME = windows"
7682
tags: true
77-
branch: dev
83+
branches:
84+
only:
85+
- dev
7886
- provider: script
7987
skip_cleanup: true
8088
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
8189
on:
8290
repo: FabianTerhorst/coreclr-module
8391
condition: "$TRAVIS_OS_NAME = windows"
8492
tags: true
85-
branch: master
93+
branches:
94+
only:
95+
- master
8696
- provider: script
8797
skip_cleanup: true
8898
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
8999
on:
90100
repo: FabianTerhorst/coreclr-module
91101
condition: "$TRAVIS_OS_NAME = linux"
92102
tags: true
93-
branch: master
103+
branches:
104+
only:
105+
- master
94106
- provider: script
95107
skip_cleanup: true
96108
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
97109
on:
98110
repo: FabianTerhorst/coreclr-module
99111
condition: "$TRAVIS_OS_NAME = windows"
100112
tags: true
101-
branch: dev
113+
branches:
114+
only:
115+
- dev
102116
- provider: script
103117
skip_cleanup: true
104118
script: cd .. && cd .. && cd .. && chmod +x ./scs3-linux && ./scs3-linux upload ./runtime/build/src/libcsharp-module.so coreclr-module/beta/x64_linux/libcsharp-module.so
105119
on:
106120
repo: FabianTerhorst/coreclr-module
107121
condition: "$TRAVIS_OS_NAME = linux"
108122
tags: true
109-
branch: dev
123+
branches:
124+
only:
125+
- dev

0 commit comments

Comments
 (0)