Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
Updated travis build for new paths and updated readme with proper bui…
Browse files Browse the repository at this point in the history
…ld status link.
  • Loading branch information
derrickcrowne committed Sep 28, 2017
1 parent ff24230 commit c5d2ef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dotnet: 2.0.0
script:
- dotnet restore
- dotnet build
- dotnet test tests/Syncromatics.Client.Marta.Api.Tests
- dotnet test tests/Syncromatics.Clients.Marta.Api.Tests
- "if [[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_TAG ]]; then
dotnet pack src/Syncromatics.Client.Marta.Api --configuration Release /p:Version=$TRAVIS_TAG;
nuget push src/Syncromatics.Client.Marta.Api/bin/Release/*.nupkg -ApiKey $NUGET_API_KEY;
dotnet pack src/Syncromatics.Clients.Marta.Api --configuration Release /p:Version=$TRAVIS_TAG;
nuget push src/Syncromatics.Clients.Marta.Api/bin/Release/*.nupkg -ApiKey $NUGET_API_KEY;
fi"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Metropolitan Atlanta Rapid Transit Authority (MARTA) Api Client
[![Build Status](https://travis-ci.org/syncromatics/Syncromatics.Clients.Marta.svg?branch=feature%2Fenable-travis-builds)](https://travis-ci.org/syncromatics/Syncromatics.Clients.Marta)
[![Build Status](https://travis-ci.org/syncromatics/Syncromatics.Clients.Marta.svg?branch=master)](https://travis-ci.org/syncromatics/Syncromatics.Clients.Marta)

A .NET library to interact with the [MARTA API](http://www.itsmarta.com/app-developer-resources.aspx)

Expand Down

0 comments on commit c5d2ef7

Please sign in to comment.