We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ff591 commit a3eb142Copy full SHA for a3eb142
.travis.yml
@@ -1,4 +1,13 @@
1
language: node_js
2
+
3
node_js:
4
- 0.12
- - 0.11
5
+ - 0.11
6
7
+install:
8
+ - npm install -g codecov
9
10
+script:
11
+ - istanbul cover ./node_modules/mocha/bin/_mocha -- specs
12
+ - codecov
13
README.md
@@ -1,4 +1,5 @@
-# lispjs [](https://travis-ci.org/amitayh/lispjs)
+# lispjs [](https://travis-ci.org/amitayh/lispjs) [](https://codecov.io/gh/amitayh/lispjs)
Simple Lisp implementation in JavaScript. [Web REPL demo](http://amitayh.github.io/lispjs/)
0 commit comments