Files
editor/.travis.yml
T
2016-11-23 16:05:52 +01:00

18 lines
277 B
YAML

language: node_js
os:
- linux
- osx
node_js:
- "5.11"
- "6.1"
before_script:
- npm install -g eslint eslint-plugin-react
# prepare firefox
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install
script:
- npm run build
- npm run lint