Skip to content

Commit 19b1123

Browse files
committed
travis: use pushover for notices
1 parent fd80002 commit 19b1123

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
sudo: false
22
language: bash
3-
43
addons:
54
apt:
65
sources:
7-
- debian-sid # Grab ShellCheck from the Debian repo
6+
- debian-sid
87
packages:
9-
- shellcheck
10-
8+
- shellcheck
119
script:
12-
- ./citest
13-
10+
- "./citest"
1411
notifications:
15-
email:
16-
on_success: never
17-
on_failure: change
12+
email: false
13+
pushover:
14+
on_success: change
15+
on_failure: always
16+
api_key:
17+
secure: gWoqAqGyBbO6mcKbHkt29jJZ7ElOfct2C5WPfliBARl8ImCE0HE6CEGdK25i29mjfIxXWp3HITsRawuauZDN8nCZ9srO+0wr7OWAcZuhDW6mDmKNLX2y4eR4lK21MsMpLIHqA48hYXkHVKSHR7TDG88A/0MRXoTb5gcuPDJMqPk=
18+
users:
19+
secure: dIUBBbi8R7cOcwBQ8guLsq+M8vBXcSAu9vKUVEqToSHoWap4fTl4QSZpyhzxLy6uSNRwg1u20xVSlEAPee2Z+efzZQtA0I9bRTkcAMbzH65+sWKgMsEMJoHrqlCr7FvX4c+UMW9sWlRLoH52oN3ilCQNy2beI8mWqE4gAGxD4aA=

0 commit comments

Comments
 (0)