Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 11, 2018
1 parent da4d4ab commit 0dd307c
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 3,390 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cache:
notifications:
email: false
before_install:
- npm install -g greenkeeper-lockfile@1
- npm install -g semantic-release
- npm install -g greenkeeper-lockfile@2
install:
- npm install
- npm prune
Expand All @@ -15,7 +16,7 @@ script:
- npm run lint
- make dist
after_success:
- npm run semantic-release
- npx semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
Expand Down
Loading

0 comments on commit 0dd307c

Please sign in to comment.