diff --git a/README.md b/README.md index b489b089..b88f8654 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://travis-ci.org/reduxjs/redux-devtools) [](https://github.com/reduxjs/redux-devtools/pulls) + [](https://github.com/reduxjs/redux-devtools/pulls) # Redux DevTools diff --git a/extension/.travis.yml b/extension/.travis.yml deleted file mode 100644 index d03640f9..00000000 --- a/extension/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -sudo: required -dist: trusty -language: node_js -node_js: - - '6' -cache: - directories: - - $HOME/.yarn-cache - - node_modules -env: - - CXX=g++-4.8 -addons: - apt: - sources: - - google-chrome - - ubuntu-toolchain-r-test - packages: - - google-chrome-stable - - g++-4.8 - -install: - - '/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16' - - npm install -g yarn - - yarn install - -before_script: - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start & - - sleep 3 - -script: - - yarn test diff --git a/packages/devui/.eslintrc.js b/packages/devui/.eslintrc.js index c7232941..1cbdff63 100644 --- a/packages/devui/.eslintrc.js +++ b/packages/devui/.eslintrc.js @@ -10,7 +10,7 @@ module.exports = { }, }, { - files: ['tests/*.ts', 'tests/*.tsx'], + files: ['tests/**/*.ts', 'tests/**/*.tsx'], extends: '../../eslintrc.ts.react.jest.base.json', parserOptions: { tsconfigRootDir: __dirname, @@ -18,7 +18,7 @@ module.exports = { }, }, { - files: ['.storybook/tests/*.ts', '.storybook/tests/*.tsx'], + files: ['.storybook/**/*.ts', '.storybook/**/*.tsx'], extends: '../../eslintrc.ts.react.jest.base.json', parserOptions: { tsconfigRootDir: __dirname, diff --git a/packages/map2tree/.eslintrc.js b/packages/map2tree/.eslintrc.js index 88327738..3c1e656d 100644 --- a/packages/map2tree/.eslintrc.js +++ b/packages/map2tree/.eslintrc.js @@ -10,7 +10,7 @@ module.exports = { }, }, { - files: ['test/*.ts'], + files: ['test/**/*.ts'], extends: '../../eslintrc.ts.jest.base.json', parserOptions: { tsconfigRootDir: __dirname, diff --git a/packages/react-base16-styling/.eslintrc.js b/packages/react-base16-styling/.eslintrc.js index fbd5a609..e711b7e3 100644 --- a/packages/react-base16-styling/.eslintrc.js +++ b/packages/react-base16-styling/.eslintrc.js @@ -10,7 +10,7 @@ module.exports = { }, }, { - files: ['test/*.ts'], + files: ['test/**/*.ts'], extends: '../../eslintrc.ts.jest.base.json', parserOptions: { tsconfigRootDir: __dirname, diff --git a/packages/react-base16-styling/README.md b/packages/react-base16-styling/README.md index b6b2c425..2d12101c 100644 --- a/packages/react-base16-styling/README.md +++ b/packages/react-base16-styling/README.md @@ -1,4 +1,4 @@ -# react-base16-styling [](https://travis-ci.org/alexkuz/react-base16-styling) [](https://www.npmjs.com/package/react-base16-styling) +# react-base16-styling [](https://www.npmjs.com/package/react-base16-styling) React styling with base16 color scheme support diff --git a/packages/react-dock/.eslintrc.js b/packages/react-dock/.eslintrc.js index 8cc61a90..f71891ab 100644 --- a/packages/react-dock/.eslintrc.js +++ b/packages/react-dock/.eslintrc.js @@ -10,7 +10,7 @@ module.exports = { }, }, { - files: ['test/*.ts', 'test/*.tsx'], + files: ['test/**/*.ts', 'test/**/*.tsx'], extends: '../../eslintrc.ts.react.jest.base.json', parserOptions: { tsconfigRootDir: __dirname, diff --git a/packages/react-dock/demo/index.html b/packages/react-dock/demo/index.html index e5123d23..46e2af2b 100644 --- a/packages/react-dock/demo/index.html +++ b/packages/react-dock/demo/index.html @@ -13,7 +13,8 @@ />
-