Skip to content

Commit

Permalink
Merge pull request #4 from firebase/hkj-travis-ci
Browse files Browse the repository at this point in the history
Basic Travis CI Integration
  • Loading branch information
hiranya911 committed Aug 16, 2018
2 parents 88a66d1 + 5a89b92 commit 5c1944f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: csharp
solution: FirebaseAdmin/FirebaseAdmin.sln

matrix:
include:
- dotnet: 2.1.105
mono: none
script:
- dotnet build FirebaseAdmin/FirebaseAdmin
- dotnet build FirebaseAdmin/FirebaseAdmin.Snippets
- dotnet test FirebaseAdmin/FirebaseAdmin.Tests

0 comments on commit 5c1944f

Please sign in to comment.