papercss/.travis.yml
2017-12-02 17:35:04 +00:00

12 lines
288 B
YAML

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