forked from hypothesis/h
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (32 loc) · 1.09 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
language:
- python
python:
- '2.7'
install:
- gem install sass
- gem install compass
- npm install -g coffee-script
- pip install -r requirements.txt
services:
- elasticsearch
before_script:
- curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
script:
- make test
env:
global:
- secure: PbEcB7ovbi9gu4nEaU2oAOiYDR7KQT/M6Wqfy0UtQPH29EhOj5+bngqzW2sI3uXx+Y6xlbmeke+TiTrO3/H/ludGDY8u7zgmaTmbfWaqA3qdcNfdluhZEPgPqFEmxeTESR7NmMUfkGH6+vOnfBhD0cGZqplk3nTqkVb62CWXhMQ=
- secure: Lb3BV9x+/bG127BmSdgJdroqovqqq0bTEa9mqvp7UvDhTWo7iEsDCk6n8h3Lm1gvJZx6V071LWWV9V6sginXAO6bU/S4oEGhEZGIgZkHJAsBHIFRzJ8olEooZZdVSlr2Ri0+GOjozNig5+YGk5onkVCxD4CKJSo1ZJcvktpBbeA=
after_failure:
- cat /tmp/gunicorn.error.log
addons:
sauce_connect:
username: tilgovi
access_key:
secure: LSlwjLHFH3oqH8c9vamD9wPJIE6jpEyL2ovASDTxz6LcPKL4GmT9Vnl60QhC+V9hKHXzJ+vSyA0T1dkTpyr0fq3GIksL3rqHvbVNqHbD8YSxlZIs/6I3gTFmkPz5mK8VdYoA0uSBRFIr/BBBERS8TNqAN3vqv0xFVVIpnedbfIk=
notifications:
irc:
channels:
"chat.freenode.net#hypothes.is"
on_success: "change"
on_failure: "always"