forked from mutantmonkey/phenny
-
Notifications
You must be signed in to change notification settings - Fork 42
/
.travis.yml
37 lines (29 loc) · 877 Bytes
/
.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
language: python
sudo: false
cache:
pip: true
directories:
- ~/.phenny/cache
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "nightly"
install: travis_retry pip install -r requirements.txt
script:
- ./sanity-checks.sh
- ./unit-tests.sh
before_cache: ./clean-cache.sh
after_success:
- coveralls
notifications:
irc:
channels:
- secure: "lSEaxLxhus1XntMbAJI0kR8mv3ikfsZaAjG18VNQ6fqAm8PmtXKe/UNlwbhK+tTmMjCrtNhES6Hn/rPjiQh+7WHlI8NtF3lBwoCdYkam1RfSLN/ADev/r1KsGmgaF3gsm/DVBhYr1iVFFMAchUZYkbIF5jN7vC92eXcdT30ewbw="
on_failure: change
on_success: never
# The irc channel is encrypted for apertium/phenny, so build notifications from forks won't show up on the IRC channel
# Encrypt with:
# $ gem install --user-install travis
# $ ~/.gem/ruby/*/bin/travis encrypt -r apertium/phenny 'irc.oftc.net#apertium'