simplify .travis.yml
This commit is contained in:
parent
e0ac69c9f7
commit
ae0baac227
|
|
@ -1,13 +1,4 @@
|
||||||
language: csharp
|
language: csharp
|
||||||
sudo: false
|
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:
|
script:
|
||||||
- ./build.sh --quiet verify
|
- ./build.sh --quiet verify
|
||||||
Loading…
Reference in New Issue