Skip to content

Commit

Permalink
Adding docker to Travis config #75
Browse files Browse the repository at this point in the history
  • Loading branch information
imbur committed Nov 12, 2017
1 parent 259dee9 commit 6fabdb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
sudo: required
language: java
services:
- docker
before_install:
-docker build --no-cache=true -f travis.dockerfile .
jdk:
- oraclejdk8
env:
Expand Down
2 changes: 0 additions & 2 deletions travis.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM gradle

USER root

RUN apt-get update

RUN apt-get -qq update && apt-get install -y mysql-server sqlite3 r-base r-base-dev

COPY trainbenchmark-reporting/install.R /install.R
Expand Down

0 comments on commit 6fabdb3

Please sign in to comment.