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 54a3ce9 commit 7579b08Copy full SHA for 7579b08
.travis.yml
@@ -5,7 +5,8 @@ notifications:
5
sudo: false
6
install: true
7
jdk:
8
- - oraclejdk8
+ - oraclejdk11
9
+ - openjdk11
10
cache:
11
directories:
12
- $HOME/.m2
@@ -25,7 +26,4 @@ after_success:
25
26
nvm use lts/* &&
27
npm prune &&
28
npm i &&
- npx travis-deploy-once "npx semantic-release" ; fi
29
-branches:
30
- except:
31
- - "/^v\\d+\\.\\d+\\.\\d+$/"
+ npx travis-deploy-once "npx semantic-release" ; fi
0 commit comments