papercss/.travis.yml

10 lines
248 B
YAML
Raw Normal View History

2017-11-30 21:30:31 +01:00
language: node_js
node_js: "8.8.1"
before_script:
2017-12-01 21:18:28 +01:00
- chmod +x ./tests/jake.sh
2017-11-30 21:30:31 +01:00
- export DISPLAY=:99.0
- npm install karma-firefox-launcher
2017-11-30 21:33:27 +01:00
script: "node node_modules/gulp/bin/gulp.js build && ./tests/jake.sh loose=true capture=Firefox"