Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 7e44f3de4b1cb6553b4315a410224a48ad66af50 (plain) (tree)
1
2
3
4
5
6
7



              
              
                    
             
sudo: false
cache:
  directories:
  - $HOME/.m2
language: java
script: "./build.sh"
install: true

Back to the top