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 c0d645e commit 9d262eeCopy full SHA for 9d262ee
.travis.yml
@@ -1,8 +1,11 @@
1
language: java
2
dist: xenial
3
notifications:
4
- email: false
5
-sudo: false
+ email:
+ recipients:
6
+ - kschwarz@hexonet.net
7
+ on_success: never
8
+ on_failure: always
9
install: true
10
jdk:
11
- oraclejdk11
@@ -31,4 +34,4 @@ after_success:
31
34
nvm use lts/* &&
32
35
npm prune &&
33
36
npm i &&
- npx travis-deploy-once "npx semantic-release" ; fi
37
+ npx travis-deploy-once "npx semantic-release" ; fi
0 commit comments