Skip to content

Commit

Permalink
Merge pull request #18 from martincostello/Test-On-macOS
Browse files Browse the repository at this point in the history
Test for Linux and OS X in Travis CI
  • Loading branch information
martincostello authored Feb 23, 2018
2 parents 5671cd0 + 5254e11 commit adfd297
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
sudo: required
dist: trusty

os:
- linux
- osx

env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
Expand Down

0 comments on commit adfd297

Please sign in to comment.