Files
react-native-web/.travis.yml
2016-02-16 23:43:41 -08:00

11 lines
154 B
YAML

language: node_js
node_js:
- "5"
- "4"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run lint
- npm test