forked from jcrist/skein
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
53 lines (40 loc) · 1.53 KB
/
.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
language: python
sudo: required
dist: trusty
os: linux
python:
- "3.6"
services:
- docker
git:
depth: false # Ensure latest tag is pulled
branches:
only:
- master
env:
global:
- secure: "o4isEDi/jgj741PYg2GJDAVtLcr+rgnNUFyAKpTjD8C0zfYH7XK9Sf8M2+ymk2BsmVF47KxSI4L2Zzl86rUeSaGSz5UGPbI9MLlv+pge53Z7uPZAv015xxDCjzn44UfXYzG2G0nu0RZ8spX7wpf8fw6jYaBmKogwxxL2t2ys4PMgHZV/0z9AebUj9Byi125VmoE/nvvLeDogXiLkDrod/vRtltA/IrKaZiirXNSakeuY21mGM7KvU8crKC08xae2HBEUBzrYuW2lpULnxrDm/sOFOfumErcRalnCQVYjntvCKFneGgfsXXqp/JoLoxKaM19ACnW0jIfXJ/3BBo/AHtFeuLj+TE2kWtLVd1aNtmyMmElmmxiALLdTvclQ3UcPnkj0HavDnoppo3BXp7eQp4KFpxfIRETOpR6ZP/0gN+pQSEkMH6Ac8DHbDbqiXUN0quEMN0pbbl/78+sROfIaokHDxp6iqiTCpFKJBRnBBiz1C+36j+WKsVIT7YFYMt/keG3YqUmWj+pfXCL6Ghj4sUTHAgpSp2hSn6Ys6f4iwCpi8LC9O4pxsMJE7xGhPZqyP88XcLGt+R8D8HYrDuViCpSViLrIG66vwCmV92+2DwLWJOPQPXoJVtyZQz4qnfyAuig2rTqofIMMM0KtAWL6/0G+jUoZxds15Ymg5YbIRmE="
jobs:
fast_finish: true
include:
- if: commit_message !~ skip-tests
env:
- CLUSTER_IMAGE=cdh5
- CLUSTER_CONFIG=kerberos
- PYTHON=3.6
- if: commit_message !~ skip-tests
env:
- CLUSTER_IMAGE=cdh6
- CLUSTER_CONFIG=simple
- PYTHON=3.6
- sudo: false
env:
- DOCS=true
before_install:
- source continuous_integration/travis/before_install.sh
install:
- source continuous_integration/travis/install.sh
script:
- source continuous_integration/travis/script.sh
notifications:
email: false