Skip to content

Commit

Permalink
Creating Travis CI for neo-plugins (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncoelho authored and erikzhang committed Jan 28, 2019
1 parent 69782e9 commit e41d344
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: csharp

os:
- linux
- osx

dist: trusty
osx_image: xcode9.1

mono: none
dotnet: 2.1.300

before_install:
- cd SimplePolicy.UnitTests
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ulimit -n 2048; fi

script:
- dotnet restore
- dotnet test

0 comments on commit e41d344

Please sign in to comment.