diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f9cd7f16..00000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: scala - -script: sbt ^^$TRAVIS_SBT_VERSION scripted - -matrix: - include: - - env: TRAVIS_SBT_VERSION="0.13.18" - - env: TRAVIS_SBT_VERSION="1.2.8" - -before_cache: - - find $HOME/.sbt -name "*.lock" | xargs rm - - find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm - -cache: - directories: - - $HOME/.ivy2/cache - - $HOME/.sbt/boot - -before_script: - - sudo chmod +x /usr/local/bin/sbt