Skip to content

Commit

Permalink
Merge pull request #318 from buttercup/fix-state-restoration
Browse files Browse the repository at this point in the history
Failsafe state restoration
  • Loading branch information
sallar authored Jul 19, 2017
2 parents 98c8b7d + b86425f commit 1e46124
Show file tree
Hide file tree
Showing 8 changed files with 277 additions and 9,277 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@
language: node_js

node_js:
- 7
- 8

script: ./script/travis.sh
env:
- CXX=g++-4.8

before_install:
- rm yarn.lock
script: ./script/travis.sh

branches:
only:
- master

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
25 changes: 12 additions & 13 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buttercup",
"version": "0.18.1",
"version": "0.18.2",
"productName": "Buttercup",
"main": "./dist/app.js",
"description": "Free and Open Source password vault",
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ branches:
skip_tags: true

environment:
nodejs_version: "7"
nodejs_version: "8"

cache:
- node_modules -> package.json
Expand Down
Loading

0 comments on commit 1e46124

Please sign in to comment.