We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5900db commit 8239e16Copy full SHA for 8239e16
.travis.yml
@@ -1,6 +1,6 @@
1
sudo: false
2
dist:
3
- - xenial
+ - bionic
4
addons:
5
apt:
6
packages:
@@ -43,9 +43,3 @@ notifications:
43
email:
44
on_success: change
45
on_failure: change
46
- webhooks:
47
- urls:
48
- - https://webhooks.gitter.im/e/1aa78fbe15080b0c2e37
49
- on_success: change # options: [always|never|change] default: always
50
- on_failure: always # options: [always|never|change] default: always
51
- on_start: false # default: false
0 commit comments