Skip to content

Commit 316011a

Browse files
authored
Update .travis.yml
1 parent 550b718 commit 316011a

1 file changed

Lines changed: 18 additions & 27 deletions

File tree

.travis.yml

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,23 @@
11
language: csharp
2-
sudo: required
3-
dist: trusty
4-
addons:
5-
apt:
6-
packages:
7-
- gettext
8-
- libcurl4-openssl-dev
9-
- libicu-dev
10-
- libssl-dev
11-
- libunwind8
12-
- zlib1g
13-
env:
14-
global:
15-
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
16-
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
17-
mono:
18-
- 4.0.5
19-
os:
20-
- linux
21-
- osx
22-
osx_image: xcode7.1
2+
3+
matrix:
4+
include:
5+
- os: osx
6+
osx_image: xcode8.3
7+
dotnet: 1.0.1
8+
mono: none
9+
- os: linux
10+
dist: trusty
11+
sudo: required
12+
dotnet: 1.0.1
13+
mono: none
14+
2315
branches:
2416
only:
2517
- master
26-
- release
27-
- dev
28-
- /^(.*\/)?ci-.*$/
29-
before_install:
30-
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
3118
script:
32-
- ./build.sh --quiet verify
19+
- ulimit -n 2048
20+
- dotnet restore "Algorithms"
21+
- dotnet restore "AlgorithmsTest"
22+
- dotnet build "Algorithms"
23+
- dotnet build "AlgorithmsTest"

0 commit comments

Comments
 (0)