Skip to content

Commit

Permalink
Fix OSX CI on dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
canesin authored and Erik Zhang committed Jul 19, 2017
1 parent f3bb1f2 commit 35b3ae0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ os:
mono: none
dotnet: 1.0.4
dist: trusty
before_script: cd neo.UnitTests

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

script:
- dotnet restore
Expand Down

0 comments on commit 35b3ae0

Please sign in to comment.