simplify .travis.yml

This commit is contained in:
Ryan Nowak 2015-09-21 11:47:54 -07:00
parent e0ac69c9f7
commit ae0baac227
1 changed files with 0 additions and 9 deletions

View File

@ -1,13 +1,4 @@
language: csharp
sudo: false
mono:
- beta
env:
- MONO_THREADS_PER_CPU=2000 MONO_MANAGED_WATCHER=disabled
os:
- linux
- osx
before_script:
- if [ $TRAVIS_OS_NAME == "osx" ] ; then sudo sysctl -w kern.maxfiles=64000 ; sudo sysctl -w kern.maxfilesperproc=64000 ; sudo launchctl limit maxfiles 64000 64000 ; fi ; ulimit -n 64000
script:
- ./build.sh --quiet verify