aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: c8061b4f8168c636ea5ac47219e4f4c6318d8d23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: scala
script:
  - sbt -Ddotty.travis.build=yes update compile test scalastyle
jdk:
  - oraclejdk8
notifications:
  email:
    - dotty-reports@googlegroups.com
branches:
  only:
    - master
before_install:
  - cd ..
  - git clone https://github.com/scala/scala.git
  - cd dotty