orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
93 stars 32 forks source link

Run sbt tests on travis #25

Closed velo closed 8 years ago

velo commented 9 years ago

We do need to enable sbt test on travis CI.

mpollmeier commented 9 years ago

hmm, for maven you just specify mvn -f path/to/pom.xml but I don't know how you can do that for sbt: http://www.scala-sbt.org/0.13/docs/Command-Line-Reference.html

This mix of technologies and isn't really nice, the orientdb-driver should not depend on gremlin-scala (it doesn't, only the tests do, but still). I only started that way because I couldn't be bothered with java :P A better place would be the https://github.com/mpollmeier/gremlin-scala-examples - should I move them there?

velo commented 9 years ago

Well, if this is a set of tests, we should keep them here.... if not, there is no need to add to the build and we can keep them.

velo commented 8 years ago

Done in https://github.com/mpollmeier/orientdb-gremlin/commit/9339f604425fb03e7aa80a59ca2b906d38d0c223