aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2014-02-16 02:45:52 +0100
committerVlad Ureche <vlad.ureche@gmail.com>2014-02-16 03:47:40 +0100
commit1384048d0c01b5071ccc68e57fe49e802ed7c61b (patch)
tree29491474cd0142e1a59522bb7b69a5c17a47932a /.travis.yml
parent153146c6774a5a06b1fbe7dc0ceb21b0e0a5e657 (diff)
downloaddotty-1384048d0c01b5071ccc68e57fe49e802ed7c61b.tar.gz
dotty-1384048d0c01b5071ccc68e57fe49e802ed7c61b.tar.bz2
dotty-1384048d0c01b5071ccc68e57fe49e802ed7c61b.zip
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)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
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