There was an error while loading. Please reload this page.
1 parent 76c21fa commit a2457e5Copy full SHA for a2457e5
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+node_js:
3
+ - "6.10"
4
+before_install:
5
+install:
6
+ - npm install
7
+ - npm run build
8
+ - npm test
0 commit comments