Skip to content

Commit

Permalink
Merge pull request #110 from bunq/add-ci-bunq/sdk_csharp#90
Browse files Browse the repository at this point in the history
Added travis config.  (#90)
  • Loading branch information
OGKevin authored Jul 16, 2018
2 parents a7d3a60 + be9917a commit f4aef3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: csharp
solution: BunqSdk.sln
dotnet: 1.1.4

git:
submodules: false

script:
- cd BunqSdk.Tests
- dotnet test

0 comments on commit f4aef3a

Please sign in to comment.