@@ -0,0 +1,5 @@
+language: node_js
+node_js:
+ - "8.9.4"
+script:
+ - npm run travis
@@ -36,6 +36,7 @@
"start": "npm run dev",
"lint": "eslint src",
"test": "npm run build-test && qunit test/unit/three.source.unit.js",
+ "travis": "npm run lint && npm test",
"editor": "electron ./editor/main.js"
},
"keywords": [