papercss/.travis.yml
2017-12-01 20:18:28 +00:00

10 lines
248 B
YAML

language: node_js
node_js: "8.8.1"
before_script:
- chmod +x ./tests/jake.sh
- export DISPLAY=:99.0
- npm install karma-firefox-launcher
script: "node node_modules/gulp/bin/gulp.js build && ./tests/jake.sh loose=true capture=Firefox"