Skip to content

Commit

Permalink
travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Jun 22, 2019
1 parent 29ca946 commit ebdad0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,16 +1,16 @@

language: csharp
sudo: false
mono: none
sudo: required
dist: xenial
dotnet: 2.2
solution: ./RepositoryPattern.SQLite.sln
dist: trusty
notifications:
email: false
before_install:
- git lfs pull
install:
- dotnet restore ./RepositoryPattern.SQLite.sln
mono: none
dotnet: 2.2.100
script:
- dotnet restore ./RepositoryPattern.SQLite.sln
- cd UnitTests/
Expand Down

0 comments on commit ebdad0d

Please sign in to comment.