Skip to content

Commit 75200d6

Browse files
committed
add travis.yml to master
1 parent 08c446c commit 75200d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)