Skip to content

Commit 19d6ba7

Browse files
authored
Testing travis build
1 parent d06ef94 commit 19d6ba7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: csharp
22
mono: none
33
dotnet: 3.1
4+
45
env:
56
matrix:
67
- REGION=va
@@ -9,10 +10,12 @@ env:
910
before_install:
1011
# Login to docker hub
1112
- echo "$DOCKERHUB_PASSWORD" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
13+
1214
script:
1315
- dotnet build
1416
- dotnet test LearnositySDKUnitTests/LearnositySDKUnitTests.csproj
1517
- dotnet test LearnositySDKIntegrationTests/LearnositySDKIntegrationTests.csproj
18+
1619
notifications:
1720
slack:
1821
rooms:

0 commit comments

Comments
 (0)