Commit 9ddb2acbc1d7b1f1b648bf46dca45f2a32c4de11
1 parent
bcc67679
Exists in
theme-brasil-digital-from-staging
and in
2 other branches
Using another channel for irc and ruby version 2.2.1 in .travis.yml
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
.travis.yml
1 | 1 | notifications: |
2 | 2 | irc: |
3 | 3 | channels: |
4 | - - "chat.freenode.net#noosfero" | |
5 | - - "chat.freenode.net#noosfero-br" | |
4 | + - "chat.freenode.net#noosferogov" | |
6 | 5 | template: |
7 | 6 | - "%{repository_slug} %{branch} %{commit} %{commit_subject} - %{result} %{build_url}" |
8 | 7 | |
9 | 8 | language: ruby |
10 | 9 | rvm: |
11 | - - 2.2.3 | |
10 | + - 2.2.1 | |
12 | 11 | |
13 | 12 | sudo: false |
14 | 13 | addons: | ... | ... |