Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #98 from xuwei-k/travis
Browse files Browse the repository at this point in the history
add .travis.yml. fix unresolved dependency error
  • Loading branch information
dwijnand authored Jan 7, 2017
2 parents 456e57e + 1cbe6da commit e9eb7e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: scala
sudo: false
script: sbt test
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ resolvers += Resolver.url(

addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3")

addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0-SNAPSHOT")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

resolvers += Resolver.sonatypeRepo("snapshots")

0 comments on commit e9eb7e5

Please sign in to comment.