Skip to content

Commit

Permalink
update .travis.conf to use scala-2.11.8 for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed Apr 13, 2016
1 parent 9b5f3c3 commit adc067a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java

env:
- SCALA_VERSION=2.11.7
- SCALA_VERSION=2.11.8

os:
- osx
Expand All @@ -10,7 +10,7 @@ script: ./sbt "++$SCALA_VERSION" compile jacoco:cover

matrix:
include:
- env: SCALA_VERSION=2.11.7
- env: SCALA_VERSION=2.11.8
os: linux
jdk: oraclejdk8

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jniCppExtensions := Seq("c")

jniGccFlags ++= Seq(
"-std=c99", "-Wundef", "-Wshadow", "-Wcast-align", "-Wstrict-prototypes",
"-Wno-unused-variable", "-DZSTD_LEGACY_SUPPORT=0"
"-Wno-unused-variable", "-Isrc/native/legacy"
) ++ (System.getProperty("os.arch") match {
case "amd64"|"x86_64" => Seq("-msse4")
case "i386" => Seq("-msse4")
Expand Down

0 comments on commit adc067a

Please sign in to comment.