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

Commit

Permalink
Switch to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Apr 14, 2017
1 parent 8ac2f41 commit 7827d3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
19 changes: 15 additions & 4 deletions .travis.yml
Expand Up @@ -2,12 +2,23 @@ sudo: false

language: scala

jdk:
- oraclejdk8

scala:
- 2.12.1
- 2.11.8

jdk:
- oraclejdk8
env:
- PLATFORM=JVM
- PLATFORM=JS

script: sbt ++$TRAVIS_SCALA_VERSION log$PLATFORM/test

script:
- sbt ++$TRAVIS_SCALA_VERSION "test"
matrix:
include:
- scala: 2.12.1
env: PLATFORM=JVM COVERAGE_REPORT=true
script:
- sbt ++$TRAVIS_SCALA_VERSION "; coverage; logJVM/test; coverageReport"
- sbt coverageAggregate coveralls
18 changes: 0 additions & 18 deletions circle.yml

This file was deleted.

0 comments on commit 7827d3d

Please sign in to comment.