Skip to content

Commit

Permalink
fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isnotinvain committed Jul 24, 2015
1 parent daa9222 commit 6c4ec07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: scala
sudo: false
matrix:
include:
- scala: 2.10.5
script: ./sbt ++$TRAVIS_SCALA_VERSION clean test

- scala: 2.11.5
script: ./sbt ++$TRAVIS_SCALA_VERSION clean test
script: ./sbt ++$TRAVIS_SCALA_VERSION clean test

0 comments on commit 6c4ec07

Please sign in to comment.