2019-08-02 00:31:43 -04:00
|
|
|
dist: trusty
|
2016-05-03 19:51:07 -04:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2019-01-03 16:35:30 +01:00
|
|
|
- "8"
|
2016-05-03 19:51:07 -04:00
|
|
|
before_script:
|
2018-01-25 19:43:09 +01:00
|
|
|
- yarn danger ci
|
2016-05-03 19:56:14 -04:00
|
|
|
- npm install grunt-cli -g
|
2017-01-31 18:38:25 -03:00
|
|
|
- "export DISPLAY=:99.0"
|
2019-08-02 00:31:43 -04:00
|
|
|
- "sh -e /etc/init.d/xvfb start"
|
2017-01-31 18:38:25 -03:00
|
|
|
- sleep 5
|
2017-01-23 17:38:25 +01:00
|
|
|
script:
|
|
|
|
- grunt
|
2017-07-22 15:40:35 +02:00
|
|
|
- npm run test:unit
|
|
|
|
- npm run test:e2e
|
2017-07-25 09:48:20 -04:00
|
|
|
after_script:
|
|
|
|
- npm list
|
2017-01-14 15:46:38 -05:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|