Skip to content

Commit

Permalink
travis: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 10, 2018
1 parent 74cda81 commit 8faaa14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions travis/Dockerfile.ubuntu-14.04
Expand Up @@ -31,7 +31,8 @@ RUN \
apt install -qq -y cutter-testing-framework

RUN \
gem2.0 install bundler
gem2.0 install \
bundler

RUN \
useradd --user-group --create-home groonga
Expand Down Expand Up @@ -59,11 +60,16 @@ RUN make -j$(nproc) > /dev/null
RUN \
mkdir -p /tmp/local/var/log/groonga/httpd/

RUN \
rsync -a --include "*.rb" --include "*/" --exclude "*" \
../source/plugins/ \
plugins/

RUN \
mkdir -p test/command && \
cp -a \
../source/test/command/suite \
test/command/suite
rsync -a --delete \
../source/test/command/suite/ \
test/command/suite/

CMD \
BUILD_DIR=test/unit \
Expand Down
4 changes: 2 additions & 2 deletions travis/Dockerfile.ubuntu-16.04
Expand Up @@ -36,8 +36,8 @@ RUN \
RUN \
gem install \
bundler \
pkg-config \
groonga-client
groonga-client \
pkg-config

RUN \
useradd --user-group --create-home groonga
Expand Down

0 comments on commit 8faaa14

Please sign in to comment.