summaryrefslogblamecommitdiff
path: root/.travis.yml
blob: eac12fbe92b0b3dd1e32ca0b782028e54a35041c (plain) (tree)
1
2
3
4
5
6
7

               
          

                 

                           
language: scala
scala:
  - 2.10.0
script:
  - "gradle test"
before_script:
  'rm -f gradle.properties'