Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
refactor: upgrade all dependencies (#90)
Browse files Browse the repository at this point in the history
* refactor: simplify and upgrade semantic release

* refactor: upgrade @commitlint/travis-cli to version 7.5.0

* refactor: upgrade enzyme test packages

* refactor: upgrade jest-chain to version 1.1.2

* refactor: upgrade react(-dom) to version 16.7.0

* refactor: upgrade styled-components to version 4.1.3

* refactor: simplify and upgrade stylelint
  • Loading branch information
byCedric authored Feb 3, 2019
1 parent c7aacb7 commit 5929577
Show file tree
Hide file tree
Showing 3 changed files with 463 additions and 287 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ os:
- osx
cache: npm
script:
- npm audit
- npx commitlint-travis
- npx stylelint './src/**/*.js'
- npx eslint ./src
- npx react-scripts test --coverage
- npm run build
- npm audit
- npx react-scripts build
after_success:
- npx codecov
deploy:
Expand All @@ -26,7 +26,7 @@ deploy:
condition: $TRAVIS_OS_NAME = linux
- provider: script
skip_cleanup: true
script: npx semantic-release
script: npx semantic-release --branch master
on:
node: 11
branch: master
Expand Down
Loading

0 comments on commit 5929577

Please sign in to comment.