sbt / sbt-jshint

Allows jslint to be used from within sbt. Builds on com.typesafe:webdriver in order to execute jslint.js along with the scripts to verify
Other
21 stars 20 forks source link

Enable caching and update Java from Java6 to Java7 #37

Closed koppor closed 7 years ago

koppor commented 8 years ago

This PR should just speedup the travis build process.

The commands are taken from http://www.scala-sbt.org/0.13/docs/Travis-CI-with-sbt.html

OpenJDK is updated from 6 to 7 to avoid following error message

java.lang.UnsupportedClassVersionError: org/webjars/WebJarExtractor$Cache : Unsupported major.minor version 51.0

lightbend-cla-validator commented 8 years ago

Hi @koppor,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

http://www.lightbend.com/contribute/cla

koppor commented 8 years ago

CLA signed successfully.