Skip to content

Commit e2ae802

Browse files
committed
Merge pull request #57 from gratipay/tweak-travis-settings
Tweak Travis settings
2 parents fce6fd6 + b30fbbd commit e2ae802

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,9 @@ before_script:
1212
- psql -U postgres -c 'CREATE USER jrandom SUPERUSER;'
1313
script:
1414
- ./runtests.sh
15+
branches:
16+
only:
17+
- master
1518
notifications:
1619
email: false
17-
irc:
18-
channels:
19-
- "irc.freenode.org#gratipay"
20-
on_success: change
21-
on_failure: always
22-
template:
23-
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
24-
skip_join: true
25-
20+
irc: false

0 commit comments

Comments
 (0)