Skip to content

Commit

Permalink
fix(app): upgrade semantic release to fix release (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoanalista committed Mar 12, 2019
1 parent 295aa55 commit adc4402
Show file tree
Hide file tree
Showing 13 changed files with 12,744 additions and 111 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ sudo: false
language: node_js
cache:
directories:
- node_modules
- ~/.npm

notifications:
email: false

node_js:
- '4'
- '6'
- '8'
- 'node'
before_install:
- npm i -g npm@^3.0.0
- npm i -g npm
before_script:
- npm prune

Expand Down

0 comments on commit adc4402

Please sign in to comment.