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 268fd10 commit aaef5b4Copy full SHA for aaef5b4
.travis.yml
@@ -1,4 +1,6 @@
1
language: java
2
+before_install:
3
+ - echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import || true
4
matrix:
5
include:
6
- name: 'OpenJDK 7'
0 commit comments