Add travis support
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a7584577 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a7584577 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a7584577 Branch: refs/heads/TINKERPOP-1489 Commit: a758457760ee3b41b6fc75d831d6f378a24cad63 Parents: 8749085 Author: Jorge Bay Gondra <[email protected]> Authored: Wed Nov 22 15:46:14 2017 +0100 Committer: Jorge Bay Gondra <[email protected]> Committed: Mon Jan 8 11:30:44 2018 +0100 ---------------------------------------------------------------------- .travis.yml | 3 ++- gremlin-javascript/pom.xml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a7584577/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 9b7029c..2c86de3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,5 @@ before_install: jobs: include: - script: "mvn clean install -Dci" - - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -pl :gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false" \ No newline at end of file + - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv && mvn clean install -pl :gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false" + - script: "mvn clean install -pl :gremlin-javascript -DskipIntegrationTests=false" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a7584577/gremlin-javascript/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-javascript/pom.xml b/gremlin-javascript/pom.xml index 919c87e..c08b59b 100644 --- a/gremlin-javascript/pom.xml +++ b/gremlin-javascript/pom.xml @@ -31,7 +31,6 @@ limitations under the License. <artifactId>gremlin-core</artifactId> <version>${project.version}</version> </dependency> - <!-- TESTING --> <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkergraph-gremlin</artifactId>
