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



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

Back to the top