Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
cache settings + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
can3p committed Sep 11, 2016
1 parent 540b0ae commit f7383d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ language: node_js
node_js:
- 6.1.0
script: npm run dist
cache:
directories:
- node_modules
- $HOME/.electron
- "test/fixtures/app-executable-deps/app/node_modules"
deploy:
provider: releases
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Perlotto",
"version": "0.0.3",
"version": "0.0.4",
"description": "Minimal google music player",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit f7383d9

Please sign in to comment.