Permalink
Browse files

add travis

  • Loading branch information...
1 parent a95ef12 commit 9745842d8c72afddfe97d8f1325d3fbbfbb6608b @igoradamenko committed Jan 4, 2017
Showing with 8 additions and 1 deletion.
  1. +6 −0 .travis.yml
  2. +2 −1 package.json
View
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - 'node'
+ - 6
+ - 5
+ - 4
View
@@ -28,7 +28,8 @@
"build": "./node_modules/.bin/gulp build",
"clean": "./node_modules/.bin/gulp clean",
"dev": "./node_modules/.bin/gulp",
- "lint": "./node_modules/.bin/gulp lint"
+ "lint": "./node_modules/.bin/gulp lint",
+ "test": "npm run build"
},
"license": "MIT",
"repository": {

0 comments on commit 9745842

Please sign in to comment.