aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 18:32:59 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-04-09 23:14:03 +0200
commita16ab214fe7fa634c299529147f43e4967abc972 (patch)
tree8571b55f57df7cc9c8319749379ff5c5a2cae032 /.travis.yml
parentf810364780afbfdd40a6a331391323e400cb4f67 (diff)
downloaddotty-a16ab214fe7fa634c299529147f43e4967abc972.tar.gz
dotty-a16ab214fe7fa634c299529147f43e4967abc972.tar.bz2
dotty-a16ab214fe7fa634c299529147f43e4967abc972.zip
Enable scalastyle on travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 110cae400..c8061b4f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: scala
script:
- - sbt -Ddotty.travis.build=yes update compile test
+ - sbt -Ddotty.travis.build=yes update compile test scalastyle
jdk:
- oraclejdk8
notifications: