forked from hypothesis/h
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (32 loc) · 1.09 KB
/
Copy path.travis.yml
File metadata and controls
32 lines (32 loc) · 1.09 KB
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: HsBNLFjPZjTbqoqcneSEOJG0BQdOZYK2JnebYMcoH1hEZ9oE1Fu2nK3qGT4EpTE1Kp6lFwRUJU1IZwm9DYSzzEHDhS2/SNWRaQ/epff82ioe1ArtAw4iuLc2+KM+QjdS36P3SqiKm4JEeolg1NzD5f/LE6oVyhWgLbRT9ah3+w0=
- secure: U8oXayWpm7qrqqyA6dyzb1HjqOsljB1Og2NcNf6UFQXds6Ff7lnd1LtDN8ZwQgypQhAzhLsKlh9b3uEhhAS0pWZwVLNwz3pwmK8D8Gqc04w5A5A8GVJvVnPUGmw/atouxo5R6kMhzmwlLiiCWYtLehXQNrOg4EUatpV8ojaSCYc=
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"