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

Refactor/upgrade dependencies #90

Merged
merged 7 commits into from
Feb 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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