We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccaff5 commit e05655cCopy full SHA for e05655c
.travis.yml
@@ -0,0 +1,7 @@
1
+language: node_js
2
+
3
+node_js:
4
+ - 7.0
5
6
+after_script:
7
+ - cat coverage/lcov.info | coveralls
package.json
@@ -26,6 +26,7 @@
26
"babel-core": "^6.14.0",
27
"babel-loader": "^6.2.5",
28
"babel-preset-es2015": "^6.14.0",
29
+ "coveralls": "^2.11.15",
30
"jasmine-core": "2.4.1",
31
"jest": "^17.0.3",
32
"jest-cli": "^17.0.3",
0 commit comments