Skip to content

Commit

Permalink
Bump the scala version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Feb 6, 2015
1 parent 0efed5f commit 76a9d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ matrix:
- scala: 2.10.4
script: ./sbt ++$TRAVIS_SCALA_VERSION clean test

- scala: 2.11.4
- scala: 2.11.5
script: ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test
after_success: "./sbt coveralls"

0 comments on commit 76a9d32

Please sign in to comment.