forked from Azure/azure-functions-python-worker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (27 loc) · 628 Bytes
/
.travis.yml
File metadata and controls
36 lines (27 loc) · 628 Bytes
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
27
28
29
30
31
32
33
34
35
36
dist: trusty
env:
- DOTNET_CLI_TELEMETRY_OPTOUT=1 DOTNET_VERSION=2.1.402
branches:
only:
- master
- dev
- ci
language: python
python:
- 3.6
addons:
apt:
sources:
- sourceline: deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main
key_url: https://packages.microsoft.com/keys/microsoft.asc
packages:
- libunwind8
- azure-functions-core-tools
cache:
pip: true
before_install:
- .ci/linux_install.sh
install:
- .ci/linux_build.sh
script:
- .ci/linux_tests.sh