Skip to content

Commit

Permalink
Moved Docker image build to install step (#24)
Browse files Browse the repository at this point in the history
This allows us to collapse the logs for the image build.
  • Loading branch information
freemanjp authored Dec 7, 2016
1 parent 4e8e8dd commit 587ddfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ install:
# Check Molecule version
- molecule --version

# Build the Docker images
- molecule create
- molecule destroy

script:
- molecule test

Expand Down

0 comments on commit 587ddfc

Please # to comment.