Skip to content

Commit 0d5b5ee

Browse files
committed
chore(ci): target correct dotnet core version
1 parent 851005f commit 0d5b5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
before_script:
77
- psql -c 'create database JsonApiDotNetCoreExample;' -U postgres
88
mono: none
9-
dotnet: 1.1.0
9+
dotnet: 1.0.4 # https://www.microsoft.com/net/download/linux
1010
branches:
1111
only:
1212
- master

0 commit comments

Comments
 (0)