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 08c446c commit 75200d6Copy full SHA for 75200d6
.travis.yml
@@ -0,0 +1,5 @@
1
+language: java
2
+dist: bionic
3
+script:
4
+- openssl aes-256-cbc -K $encrypted_0a6446eb3ae3_key -iv $encrypted_0a6446eb3ae3_iv -in super_secret.txt.enc -out super_secret.txt -d
5
+- mvn clean install
0 commit comments