Add travis file

This commit is contained in:
Fraham 2017-11-30 20:30:31 +00:00
parent 62619a3772
commit 91381ddeea
2 changed files with 9 additions and 1 deletions

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: node_js
node_js: "8.8.1"
before_script:
- export DISPLAY=:99.0
- npm install karma-firefox-launcher
script: ". ./tests/jake.sh loose=true capture=Firefox"

View file

@ -6,7 +6,7 @@
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js build",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./tests/jake.sh loose=true capture=Firefox"
},
"repository": {
"type": "git",