Commit e169edf6 authored by Pieterjan Vanhoof's avatar Pieterjan Vanhoof Committed by GitHub

Merge pull request #287 from bokobza/master

fixed before install in Travis build
parents 30e8c86b 7ae36565
...@@ -17,6 +17,8 @@ matrix: ...@@ -17,6 +17,8 @@ matrix:
- chmod +x dotnet-install.sh - chmod +x dotnet-install.sh
- ./dotnet-install.sh --channel 2.0 - ./dotnet-install.sh --channel 2.0
- export PATH=$PATH:~/.dotnet/ - export PATH=$PATH:~/.dotnet/
- ulimit -n 1024
- os_platform=darwin
# branches to build # branches to build
branches: branches:
...@@ -34,9 +36,6 @@ env: ...@@ -34,9 +36,6 @@ env:
# https://github.com/NuGet/Home/issues/2163 # https://github.com/NuGet/Home/issues/2163
# https://github.com/travis-ci/travis-ci/issues/7728 # https://github.com/travis-ci/travis-ci/issues/7728
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ulimit -n 1024 ; os_platform=darwin ; fi
install: install:
- nvm install 6 - nvm install 6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment