From 1384048d0c01b5071ccc68e57fe49e802ed7c61b Mon Sep 17 00:00:00 2001 From: Vlad Ureche Date: Sun, 16 Feb 2014 02:45:52 +0100 Subject: Add Scalac scanning to the Travis CI build And silence some of the error messages we print so the build log doesn't go above 4MB (Travis' limit) --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 25d453828..0e31b0dbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: scala script: - - sbt update compile test + - sbt -Ddotty.travis.build=yes update compile test jdk: - oraclejdk7 notifications: @@ -9,3 +9,7 @@ notifications: branches: only: - master +before_install: + - cd .. + - git clone https://github.com/scala/scala.git + - cd dotty -- cgit v1.2.3