Skip to content

Commit

Permalink
Adding docker commands to run tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
imbur committed Nov 12, 2017
1 parent baa9c85 commit 65d4dcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ language: java
services:
- docker
before_install:
-docker build --no-cache=true -f travis.dockerfile .
- docker build --no-cache=true -f travis.dockerfile . -t trainbenchmark
- docker ps -a
- docker run -d trainbenchmark /bin/sh -c "./gradlew inits build -x :trainbenchmark-generator-sql:test -x :trainbenchmark-tool-mysql:test -x :trainbenchmark-tool-sqlite:test --stacktrace --continue"
jdk:
- oraclejdk8
env:
Expand Down

0 comments on commit 65d4dcc

Please sign in to comment.