forked from zotonic/zotonic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
28 lines (28 loc) · 826 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
language: erlang
otp_release:
- 18.0
- 17.4
- R16B
install: echo "hi" # stub command; otherwise travis runs 'rebar get-deps'
script: make all edocs && bin/zotonic runtests
sudo: false
branches:
only:
- master
- release-0.13.x
- release-0.12.x
- release-0.11.x
notifications:
email:
# recipients:
on_success: change #[always|never|change] # default: change
on_failure: always #[always|never|change] # default: always
irc:
channels:
- "chat.freenode.net#zotonic"
on_success: change #[always|never|change] # default: change
on_failure: always #[always|never|change] # default: always
template:
- "New commit on %{repository_name}/%{branch} by %{author}: %{message} (%{commit}) "
- "Build details: %{build_url}"