Skip to content

Commit

Permalink
Cache all the mongodb/version folder (parse-community#2336)
Browse files Browse the repository at this point in the history
* Cache all the version folder

* list cache
  • Loading branch information
flovilmart authored and Rafael Santos committed Mar 16, 2017
1 parent 674df75 commit fa63509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
addons:
postgresql: '9.4'
before_script:
- ls -al "$HOME/.mongodb/versions"
- psql -c 'create database parse_server_postgres_adapter_test_database;' -U postgres
env:
global:
Expand All @@ -24,7 +25,7 @@ branches:
- /^[0-9]+.[0-9]+.[0-9]+(-.*)?$/
cache:
directories:
- "$HOME/.mongodb/versions/downloads"
- "$HOME/.mongodb/versions"
after_script: "./node_modules/.bin/codecov"
deploy:
provider: npm
Expand Down

0 comments on commit fa63509

Please sign in to comment.