Skip to content

Commit 031b787

Browse files
Update .travis.yml
1 parent 24c7a51 commit 031b787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ deploy:
100100
branches:
101101
only:
102102
- master
103-
- provider: script
103+
- provider: script
104104
skip_cleanup: true
105105
script: cd .. && cd .. && cd .. && cd .. && scs3-win.exe upload .\runtime\build\src\Release\csharp-module.dll coreclr-module/beta/x64_win32/csharp-module.dll
106106
on:
@@ -110,7 +110,7 @@ deploy:
110110
branches:
111111
only:
112112
- dev
113-
- provider: script
113+
- provider: script
114114
skip_cleanup: true
115115
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
116116
on:

0 commit comments

Comments
 (0)