aboutsummaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 25d453828570dc34660f616e9c1871523ae871ef (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

               
                           







                                    
language: scala
script:
  - sbt update compile test
jdk:
  - oraclejdk7
notifications:
  email:
    - dotty-reports@googlegroups.com
branches:
  only:
    - master