mach-react
Version:
Fast, and tiny react implementation.
16 lines (15 loc) • 464 B
YAML
language: node_js
node_js:
# - '0.10'
# - '0.12'
# - '4.0'
- '4.1'
before_script:
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- sudo apt-get update -qq
- sudo apt-get install -qq google-chrome-stable
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- npm run test-ci