Goodble Travis CI

jh-changes
Shin'ya Ueoka 7 years ago
parent 0c472ccd7b
commit 70db6d29cf
  1. 18
      .travis.yml

@ -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