rsuite-theme
Version:
The suite theme for pagurian
25 lines (19 loc) • 318 B
YAML
language: node_js
node_js:
- stable
env:
- BROWSER=ChromeCi
- BROWSER=Firefox
cache:
directories:
- node_modules
after_script:
- npm run test
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
branches:
only:
- master
- next