Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k94ll13nn3 authored Jan 17, 2018
1 parent d7492b8 commit eb4b4a7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: csharp

matrix:
include:
- os: linux # Ubuntu 14.04
dist: trusty
sudo: required
mono: none
dotnet: 1.0.1
mono: none

dotnet: 1.1.7

notifications:
email: false
Expand All @@ -19,4 +15,4 @@ before_install:
- chmod +x build.sh

script:
- ./build.sh
- ./build.sh

0 comments on commit eb4b4a7

Please sign in to comment.