Skip to content

Commit

Permalink
Bringing back call to container to foreground #75
Browse files Browse the repository at this point in the history
  • Loading branch information
imbur committed Nov 12, 2017
1 parent 55af4a2 commit c611cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
before_install:
- 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"
- docker run 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 c611cef

Please sign in to comment.