aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index c8061b4f8..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-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