Skip to content

Commit a0b08b5

Browse files
committed
add LICENSE to artifacts
1 parent b1c6049 commit a0b08b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ env:
1010
- ARTIFACTS_TARGET_PATHS=builds/compat
1111
solution: src/Compat.sln
1212
after_success:
13-
- zip -j compat-${TRAVIS_BUILD_NUMBER}.zip src/Compat/bin/Release/{Compat.exe,Mono.Cecil.dll}
13+
- zip -j compat-${TRAVIS_BUILD_NUMBER}.zip src/Compat/bin/Release/{Compat.exe,Mono.Cecil.dll} LICENSE
1414
- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
1515
- artifacts upload compat-${TRAVIS_BUILD_NUMBER}.zip

0 commit comments

Comments
 (0)