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

               
                                                    
    
              





                                    



                                                
language: scala
script:
  - sbt -Ddotty.travis.build=yes update compile test
jdk:
  - oraclejdk8
notifications:
  email:
    - dotty-reports@googlegroups.com
branches:
  only:
    - master
before_install:
  - cd ..
  - git clone https://github.com/scala/scala.git
  - cd dotty