papercss/.travis.yml
2017-12-02 16:27:09 +00:00

11 lines
285 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
script: "node node_modules/gulp/bin/gulp.js build && ./jake.sh loose=true capture=Firefox"