Skip to content

Commit 84a2c39

Browse files
Update .travis.yml
1 parent 0020298 commit 84a2c39

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

.travis.yml

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ deploy:
4242
repo: FabianTerhorst/coreclr-module
4343
condition: "$TRAVIS_OS_NAME = linux"
4444
tags: true
45-
branches:
46-
only:
47-
- master
45+
branch: master
4846
- provider: releases
4947
skip_cleanup: true
5048
api_key:
@@ -54,9 +52,7 @@ deploy:
5452
repo: FabianTerhorst/coreclr-module
5553
condition: "$TRAVIS_OS_NAME = windows"
5654
tags: true
57-
branches:
58-
only:
59-
- master
55+
branch: master
6056
- provider: releases
6157
skip_cleanup: true
6258
prerelease: true
@@ -67,9 +63,7 @@ deploy:
6763
repo: FabianTerhorst/coreclr-module
6864
condition: "$TRAVIS_OS_NAME = linux"
6965
tags: true
70-
branches:
71-
only:
72-
- dev
66+
branch: dev
7367
- provider: releases
7468
skip_cleanup: true
7569
prerelease: true
@@ -80,46 +74,36 @@ deploy:
8074
repo: FabianTerhorst/coreclr-module
8175
condition: "$TRAVIS_OS_NAME = windows"
8276
tags: true
83-
branches:
84-
only:
85-
- dev
77+
branch: dev
8678
- provider: script
8779
skip_cleanup: true
8880
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/stable/x64_win32/csharp-module.dll
8981
on:
9082
repo: FabianTerhorst/coreclr-module
9183
condition: "$TRAVIS_OS_NAME = windows"
9284
tags: true
93-
branches:
94-
only:
95-
- master
85+
branch: master
9686
- provider: script
9787
skip_cleanup: true
9888
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
9989
on:
10090
repo: FabianTerhorst/coreclr-module
10191
condition: "$TRAVIS_OS_NAME = linux"
10292
tags: true
103-
branches:
104-
only:
105-
- master
93+
branch: master
10694
- provider: script
10795
skip_cleanup: true
10896
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
10997
on:
11098
repo: FabianTerhorst/coreclr-module
11199
condition: "$TRAVIS_OS_NAME = windows"
112100
tags: true
113-
branches:
114-
only:
115-
- dev
101+
branch: dev
116102
- provider: script
117103
skip_cleanup: true
118104
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
119105
on:
120106
repo: FabianTerhorst/coreclr-module
121107
condition: "$TRAVIS_OS_NAME = linux"
122108
tags: true
123-
branches:
124-
only:
125-
- dev
109+
branch: dev

0 commit comments

Comments
 (0)