Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Commit

Permalink
Removing the config copy as it is no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Nov 20, 2017
1 parent 4d37bff commit 7ddb48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
- docker

install:
- cp config/config.yml.example config/config.yml
- docker build -t automatron .
- docker run -d -p 127.0.0.1:6378:6378 --name redis redis
- docker run -d --link redis:redis --name automatron automatron
Expand Down

0 comments on commit 7ddb48a

Please sign in to comment.