Skip to content

Commit 121fdfe

Browse files
committed
minor changes in travis
1 parent b168eb3 commit 121fdfe

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
language: csharp
22
solution: ThermoRawFileParser.sln
3+
4+
deploy:
5+
provider: releases
6+
skip_cleanup: true
7+
api_key: $GH_TOKEN
8+
file_glob: true
9+
file:
10+
- "bin/Debug/*"
11+
on:
12+
tags: true

0 commit comments

Comments
 (0)