Skip to content

Commit

Permalink
Added caching for Molecule Wrapper (#168)
Browse files Browse the repository at this point in the history
To save rebuilding Molecule every time.
  • Loading branch information
freemanjp authored Nov 30, 2019
1 parent 9719a27 commit 9261c19
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 @@ -78,6 +78,10 @@ install:
script:
- ./moleculew test --scenario-name=$MOLECULE_SCENARIO

cache:
directories:
- $HOME/.moleculew

branches:
only:
- master
Expand Down

0 comments on commit 9261c19

Please sign in to comment.