2019-04-15 21:05:54 +03:00
|
|
|
branches:
|
2019-04-26 22:07:27 +03:00
|
|
|
except:
|
|
|
|
- master
|
2019-04-15 21:05:54 +03:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- '10'
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
install: yarn
|
|
|
|
script:
|
|
|
|
- yarn check:all
|
|
|
|
- yarn build
|
2019-04-16 03:06:39 +03:00
|
|
|
- yarn test
|