aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0e31b0dbe089c03c98855c529784db2a7bca8ce9 (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
jdk:
  - oraclejdk7
notifications:
  email:
    - dotty-reports@googlegroups.com
branches:
  only:
    - master
before_install:
  - cd ..
  - git clone https://github.com/scala/scala.git
  - cd dotty