-
Notifications
You must be signed in to change notification settings - Fork 107
/
.travis.yml.old
42 lines (37 loc) · 1.26 KB
/
.travis.yml.old
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
37
38
39
40
41
# Fix "resource temporarily unavailable" errors. These errors occurred after
# a Travis update to new Trusty images on Dec. 12th 2017. The reason for these
# errors is unknown. Using the deprecated builds did not fix the problem.
# Setting 'filter_secrets: false' as suggested here
# https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-321777557
# fixes the problem.
filter_secrets: false
# Handle Python installation and dependencies ourselves
language: cpp
# NOTE: Make sure the matrix covers all node types in top.sls
# NOTE: Make sure each node type is tested both from scratch and as an upgrade
matrix:
include:
# Salt from scratch
- env:
- SALT_NODE_ID=servo-master1
- SALT_FROM_SCRATCH=true
os: linux
sudo: required
dist: bionic
# Salt from previous configuration
# Disabled temporarily while previous configuration on master is busted.
#- env:
# - SALT_NODE_ID=servo-master1
# - SALT_FROM_SCRATCH=false
# os: linux
# sudo: required
# dist: xenial
# Not a Salt node, runs test suite instead
- env:
- SALT_NODE_ID=test
os: linux
sudo: required
dist: bionic
script: .travis/dispatch.sh
notifications:
webhooks: http://build.servo.org:54856/travis