aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@epfl.ch>2014-02-14 20:48:26 +0100
committerVlad Ureche <vlad.ureche@epfl.ch>2014-02-14 20:48:26 +0100
commit592f6c2bc2402ff5f714ee9975dad6c01b529f0b (patch)
tree72ca971a0001144716dd4e262b3e7a62c3c7b904
parentb68e11d61984b8216d90cd07323055fd5a76a3c5 (diff)
downloaddotty-592f6c2bc2402ff5f714ee9975dad6c01b529f0b.tar.gz
dotty-592f6c2bc2402ff5f714ee9975dad6c01b529f0b.tar.bz2
dotty-592f6c2bc2402ff5f714ee9975dad6c01b529f0b.zip
Removed clean (thanks @sjrd)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0fa0fa692..25d453828 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: scala
script:
- - sbt clean update compile test
+ - sbt update compile test
jdk:
- oraclejdk7
notifications: