Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Update .travis.yml #20

Merged
merged 2 commits into from
Sep 5, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
env:
global:
- CPROJ="src/SymphonyOSS.RestApiClient/SymphonyOSS.RestApiClient.csproj"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/CPROJ/CSPROJ ?

- PROPS="-Prop Configuration=Release"

language: csharp
solution: RestApiClient.sln
after_success: curl -L https://raw.githubusercontent.com/symphonyoss/contrib-toolbox/master/scripts/release-to-nuget.sh | bash