Skip to content

Commit

Permalink
explicitly docker bundle as install step
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Jan 4, 2021
1 parent d5bcf84 commit e58c30f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,8 @@ before_install:
- docker build -t ubuntu/wax .
- docker run -itd -v "$PWD":/wax --name wax ubuntu/wax bash
- docker ps -a
install:
- docker exec -it wax bash -l -c "bundle install;"
script:
- docker exec -it wax bash -l -c "bundle exec rake --tasks;"
- docker exec -it wax bash -l -c "bundle exec rake wax:clobber qatar;"
Expand Down

0 comments on commit e58c30f

Please sign in to comment.