forked from Handlebars-Net/Handlebars.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
26 lines (21 loc) · 851 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
dist: trusty
sudo: required
addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main'
key_url: 'https://apt-mo.trafficmanager.net/keys/microsoft.asc'
packages:
- dotnet-dev-1.0.1
env:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
script:
- dotnet --info
- dotnet restore source
- dotnet build source/Handlebars/Handlebars.csproj --configuration Debug --framework netstandard1.3
- dotnet build source/Handlebars/Handlebars.csproj --configuration Release --framework netstandard1.3
- dotnet test source/Handlebars.Test/Handlebars.Test.csproj --configuration Debug --framework netcoreapp1.1
- dotnet test source/Handlebars.Test/Handlebars.Test.csproj --configuration Release --framework netcoreapp1.1
notifications:
email: