Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2016-07-01 09:07:27 +0300
committerGitHub <noreply@github.com>2016-07-01 09:07:27 +0300
commit9d25078b5df61bdc1f78877e283c91dd8aeae7dd (patch)
tree52dbbc37906725eb68bfe78586ba9ba59d755160
parent707792ca53dab39335c5913758809de3072f702d (diff)
parentbe69d40817d49fb7b78bd1668ebc207defd37d44 (diff)
Merge pull request #40 from twbs/other-bumpHEADmaster
Travis CI: Bump Scala version
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 69b0185..37870ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,11 @@
sudo: false
language: scala
scala:
- - 2.11.5
+ - 2.11.8
jdk:
- oraclejdk8
script:
- - sbt ++2.11.5 test
+ - sbt ++2.11.8 test
# avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm