Skip to content

Commit a41471c

Browse files
Update .travis.yml
1 parent 2a73f04 commit a41471c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dist: trusty
77
sudo: required
88

99
mono: none
10-
dotnet: 2.0.0
10+
dotnet: 3.1.0
1111

1212
before_install:
1313
- cd Phantasma.Tests
@@ -23,4 +23,4 @@ script:
2323
after_failure:
2424
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
2525
- chmod +x send.sh
26-
- ./send.sh failure $WEBHOOK_URL
26+
- ./send.sh failure $WEBHOOK_URL

0 commit comments

Comments
 (0)