UNPKG

electron-react-boilerplate

Version:

Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development

33 lines (27 loc) 548 B
sudo: false language: node_js node_js: - "4" - "5" cache: directories: - node_modules addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 install: - export CXX="g++-4.8" - npm install - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start & - sleep 3 script: - npm run lint - npm run test - npm run build - npm run test-e2e