diff --git a/.travis.yml b/.travis.yml deleted file mode 100755 index 9723317..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: scala -scala: - - 2.10.6 - - 2.11.8 -jdk: oraclejdk7 - -cache: - directories: - - $HOME/.sbt/boot - - $HOME/.ivy2/cache - -script: - - sbt ++$TRAVIS_SCALA_VERSION clean scalastyle test - -notifications: - email: - - neville@spotify.com - - rav@spotify.com - - amartin@spotify.com