Added .travis.yml for CI

This commit is contained in:
n1474335 2017-03-30 19:58:58 +01:00
parent 6cbf9ef2c2
commit 3b253f48ae
3 changed files with 16 additions and 2 deletions

View file

@ -78,7 +78,7 @@
"zlibjs": "^0.2.0"
},
"scripts": {
"build": "grunt dev",
"build": "grunt prod",
"test": "grunt test",
"docs": "grunt docs"
}