papercss/.travis.yml

12 lines
288 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-02 17:27:09 +01:00
- chmod +x ./jake.sh
2017-12-01 21:25:05 +01:00
- chmod +x ./tests/build/scripts/run_jake.sh
2017-11-30 21:30:31 +01:00
- export DISPLAY=:99.0
- npm install karma-firefox-launcher
2017-12-02 18:35:04 +01:00
- node node_modules/gulp/bin/gulp.js build
2017-11-30 21:30:31 +01:00
2017-12-02 18:35:04 +01:00
script: "./jake.sh loose=true capture=Firefox"