Skip to content

Commit

Permalink
Add correct directories to travis cache
Browse files Browse the repository at this point in the history
no ref
  • Loading branch information
halfdan committed Jul 2, 2015
1 parent 71e8bdf commit a48ba06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ sudo: false
cache:
directories:
- node_modules
- bower_components
- core/client/node_modules
- core/client/bower_components
addons:
postgresql: "9.3"
env:
Expand Down Expand Up @@ -42,4 +43,4 @@ after_success:
fi
else
echo "This is a PR. No coverage generated."
fi
fi

0 comments on commit a48ba06

Please sign in to comment.