Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Billings committed Aug 16, 2017
2 parents 769eb63 + b563665 commit 5a3741e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo: false
language: scala
scala:
- 2.12.3
jdk:
- oraclejdk8
script: sbt clean test

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ organization := "org.broadinstitute"

scalaVersion := "2.12.1"

val wdl4sV = "0.14"
val wdl4sV = "0.15"

lazy val versionSettings = Seq(
// Upcoming release, or current if we're on the master branch
Expand Down

0 comments on commit 5a3741e

Please sign in to comment.