Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmey-Jiang authored Jan 17, 2018
1 parent e0817f9 commit e5df816
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
language: csharp
sudo: required
mono: none

matrix:
include:
- os: linux
dist: trusty # Ubuntu 14.04
dotnet: 2.0.0
mono: none
env: DOTNETCORE=1
sudo: required
# - os: osx
# osx_image: xcode8.3 # macOS 10.12
# dotnet: 2.0.0
# mono: none
# env: DOTNETCORE=1
# before_install:
# - chmod a+x ./build.sh
# - ulimit -n 1024 ;
# - brew update
# - brew install mariadb
# - brew services start mariadb
# - brew install redis
# - brew services start redis

services:
- mysql
- redis-server

before_install:
- chmod a+x ./build.sh

install:
- export DOTNET_CLI_TELEMETRY_OPTOUT=1

script:
- ./build.sh

0 comments on commit e5df816

Please sign in to comment.