Skip to content

Commit

Permalink
add LICENSE to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pearswj committed Sep 8, 2015
1 parent b1c6049 commit a0b08b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ env:
- ARTIFACTS_TARGET_PATHS=builds/compat
solution: src/Compat.sln
after_success:
- zip -j compat-${TRAVIS_BUILD_NUMBER}.zip src/Compat/bin/Release/{Compat.exe,Mono.Cecil.dll}
- zip -j compat-${TRAVIS_BUILD_NUMBER}.zip src/Compat/bin/Release/{Compat.exe,Mono.Cecil.dll} LICENSE
- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
- artifacts upload compat-${TRAVIS_BUILD_NUMBER}.zip

0 comments on commit a0b08b5

Please sign in to comment.