A fork of https://github.com/ueokande/vim-vixen
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
323 B
18 lines
323 B
language: node_js |
|
node_js: |
|
- "6" |
|
addons: |
|
firefox: "58.0" |
|
before_script: |
|
- export DISPLAY=:99.0 |
|
- sh -e /etc/init.d/xvfb start |
|
cache: |
|
directories: |
|
- node_modules |
|
script: |
|
- npm run lint |
|
- npm test |
|
- npm run package |
|
- npm run build |
|
- npm run ambassador:build |
|
- node e2e/web-server & npm run test:e2e
|
|
|