Skip to content

Commit

Permalink
3.3.14 prevent travis_wait to alter package - a sealed resource is mi…
Browse files Browse the repository at this point in the history
…ssing or invalid. Resources altered: Contents/Resources/app/travis_wait_1178.log
  • Loading branch information
MayGo committed Jun 21, 2018
1 parent 205697d commit f32f056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ script:
- cd ..
- cd electron
- nps build.prod
- travis_wait npm run release
- cd ..
- travis_wait npm run release --prefix ./electron

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tockler",
"version": "3.3.13",
"version": "3.3.14",
"description": "Automatically track applications usage and working time",
"author": "Maigo Erit <[email protected]>",
"license": "GPL-2.0",
Expand Down

0 comments on commit f32f056

Please sign in to comment.