Skip to content

Commit

Permalink
add pushover notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Feb 2, 2018
1 parent 3c44d88 commit 320af4d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
@@ -1,10 +1,17 @@
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
script: "bundle exec rake spec"
- 2.3
- 2.4
- 2.5
notifications:
email: false
pushover:
api_key:
secure: mJLFak8J9BEOg1m6hUTMIIYJWE/vO7WO/tlbwXs1pYeiRDHguc1dBW7zYk4hXSuJz1ZKUs7+P+GuUt35XiRgp8uERIhfh9hWUtP+3l+pfKySHy0yN1P9u/ca4hz1wjaytXmMlzLks4tS++gdXy0DRQ2u67ggjZFvXhtHErkgtaQ=
users:
secure: GDADNfBx0zGOga4hn3/dPZIFE8RfMXGR7+IUSPzN3XxpX8ReOL6e7SCWJam1jcv95Y4o/pkvxacLGTMbyRHWGTiDrGFgjvIM4EV3co2M8gZEE3Y7p72uEj7ORUSwCOt0j5BbLMeZVcsb4sdo9SxZZrMmowg4qIUssiZohOvFsnU=
script: bundle exec rake spec
addons:
apt:
packages:
- "libusb-dev"
- libusb-dev

0 comments on commit 320af4d

Please sign in to comment.