diff --git a/.gitignore b/.gitignore index 32a85901..5c4411ee 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ temp src/i18n/transifex_input.json temp/babel-plugin-react-intl +/.vscode diff --git a/.travis.yml b/.travis.yml index b4f28f7e..b39e15cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,18 @@ language: node_js node_js: 12 +before_install: +- npm install -g npm@6 install: - - npm install +- npm install script: - - npm run lint - - npm run i18n_extract - - npm run test - - npm run build +- make validate-no-uncommitted-package-lock-changes +- npm run lint +- npm run i18n_extract +- npm run test +- npm run build after_success: - - npx semantic-release - - codecov +- npx semantic-release +- codecov env: global: # GH_TOKEN diff --git a/README.rst b/README.rst index 6385d8bb..36e74e93 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,6 @@ Component Usage:: ...