Skip to content

Commit

Permalink
travis: improve called steps
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Nov 12, 2015
1 parent 3554304 commit 9a6e308
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ services:
- docker

before_install:
- docker-compose build
- ./rename.py travis

install:
- docker-compose build

script:
- docker-compose up -d slave
- docker-compose stop

0 comments on commit 9a6e308

Please sign in to comment.