Skip to content

Commit

Permalink
Update travis library download path
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualEvan committed Mar 12, 2019
1 parent b70dfce commit febe1fe
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
@@ -1,7 +1,7 @@
language: csharp
solution: updates.sln
script:
- wget -P lib/ https://github.com/cern-winagent/plugin/releases/latest/download/plugin.dll
- wget -P updates/lib/ https://github.com/cern-winagent/plugin/releases/latest/download/plugin.dll
- msbuild /p:Configuration=Release updates.sln
before_deploy:
- sha1sum updates/bin/Release/updates.dll > updates/bin/Release/updates.dll.sha1
Expand Down

0 comments on commit febe1fe

Please sign in to comment.