Skip to content

Commit aee6c97

Browse files
author
Rafa Paradela
committed
Add Travis settings
1 parent 1d3fafd commit aee6c97

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: scala
2+
scala:
3+
- 2.11.8
4+
jdk:
5+
- oraclejdk8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "github4s"
44

55
version := "0.1"
66

7-
scalaVersion := "2.11.7"
7+
scalaVersion := "2.11.8"
88

99
libraryDependencies ++= Seq(
1010
"org.typelevel" %% "cats" % "0.4.0",

0 commit comments

Comments
 (0)