Commit 7ae36565 authored by Jeremy Bokobza's avatar Jeremy Bokobza

fixed before install in Travis build

parent 30e8c86b
......@@ -17,6 +17,8 @@ matrix:
- chmod +x dotnet-install.sh
- ./dotnet-install.sh --channel 2.0
- export PATH=$PATH:~/.dotnet/
- ulimit -n 1024
- os_platform=darwin
# branches to build
branches:
......@@ -34,9 +36,6 @@ env:
# https://github.com/NuGet/Home/issues/2163
# 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:
- 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