aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-08-01 12:43:04 -0400
committerOmar Alejandro Mainegra Sarduy <omainegra@gmail.com>2017-08-01 12:43:04 -0400
commit0b4cac9d96d2373853f2017c8fd5767d3cd1c633 (patch)
treebc74746083722ade43f75f1eb796a5745288edb6 /.travis.yml
parentf20bc36c681435895e4e7f6e6d29e1c4641d3462 (diff)
downloadsttp-0b4cac9d96d2373853f2017c8fd5767d3cd1c633.tar.gz
sttp-0b4cac9d96d2373853f2017c8fd5767d3cd1c633.tar.bz2
sttp-0b4cac9d96d2373853f2017c8fd5767d3cd1c633.zip
Update scala 2.11 version
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 91737bf..a858cb2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ jdk:
- oraclejdk8
scala:
- 2.12.3
-- 2.11.8
+- 2.11.11
script:
- sbt ++$TRAVIS_SCALA_VERSION test
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && sbt updateImpactSubmit || true' \ No newline at end of file