Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Fix the travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SanCoder-Q committed May 11, 2017
1 parent 21a6010 commit 85c9b0e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
@@ -1,8 +1,13 @@
language: scala
scala:
- 2.10.4
- 2.11.7
jdk:
- oraclejdk7
- oraclejdk8
sbt_args: -no-colors
matrix:
include:
- scala: 2.11.7
jdk: oraclejdk7
- scala: 2.11.7
jdk: oraclejdk8
- scala: 2.12.1
jdk: oraclejdk8
before_script:
- sudo chmod +x /usr/local/bin/sbt
script:
- sbt -no-colors ++$TRAVIS_SCALA_VERSION test

0 comments on commit 85c9b0e

Please sign in to comment.