Goodble Travis CI

This commit is contained in:
Shin'ya Ueoka 2018-03-11 18:21:37 +09:00
parent 0c472ccd7b
commit 70db6d29cf

View file

@ -1,18 +0,0 @@
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