Files
.github
cypress
dev-test
img
packages
scripts
website
.all-contributorsrc
.editorconfig
.eslintrc
.gitignore
.nvmrc
.prettierignore
.prettierrc
.stylelintrc
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
babel.config.js
custom-preprocessor.js
cypress.json
jest.config.js
lerna.json
package.json
setupTestFramework.js
yarn.lock
static-cms/.travis.yml

19 lines
238 B
YAML
Raw Normal View History

2016-10-05 17:45:19 +02:00
language: node_js
2016-10-14 12:46:55 +02:00
cache:
2018-07-31 13:46:52 -06:00
yarn: true
2016-10-14 12:46:55 +02:00
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
2016-10-05 17:45:19 +02:00
node_js:
- '8'
- '10'
2016-10-14 12:46:55 +02:00
install:
2018-07-31 13:46:52 -06:00
- yarn bootstrap
script:
- yarn test-ci
notifications:
2018-07-31 13:46:52 -06:00
email: false
2018-05-18 17:44:06 +02:00
git:
2018-07-31 13:46:52 -06:00
depth: 5