Skip to content

Commit b30fbbd

Browse files
committed
Tweak Travis settings
- Only build once for PRs - Remove IRC notifications
1 parent 3959d6d commit b30fbbd

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)