Add travis and Nginx

This commit is contained in:
BrennanConroy 2016-03-28 09:06:44 -07:00
parent 6950d441d1
commit b12a97146b
1 changed files with 31 additions and 0 deletions

31
.travis.yml Normal file
View File

@ -0,0 +1,31 @@
language: csharp
sudo: required
dist: trusty
addons:
apt:
packages:
- libunwind8
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install nginx; fi
install:
- curl -sSL http://nginx.org/download/nginx-1.8.0.tar.gz | tar zxfv - -C /tmp && cd /tmp/nginx-1.8.0/
- ./configure --prefix=$HOME/nginxinstall --with-http_ssl_module
- make
- make install
- export PATH="$PATH:$HOME/nginxinstall/sbin/"
- cd $OLDPWD
mono:
- 4.0.5
os:
- linux
- osx
osx_image: xcode7.1
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
script:
- ./build.sh --quiet verify