Skip to content

Commit

Permalink
Testing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
marklynch authored Aug 2, 2022
1 parent d06ef94 commit 19d6ba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: csharp
mono: none
dotnet: 3.1

env:
matrix:
- REGION=va
Expand All @@ -9,10 +10,12 @@ env:
before_install:
# Login to docker hub
- echo "$DOCKERHUB_PASSWORD" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin

script:
- dotnet build
- dotnet test LearnositySDKUnitTests/LearnositySDKUnitTests.csproj
- dotnet test LearnositySDKIntegrationTests/LearnositySDKIntegrationTests.csproj

notifications:
slack:
rooms:
Expand Down

0 comments on commit 19d6ba7

Please sign in to comment.