parent
e4691b69a1
commit
37ea485bc0
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ node_js:
|
||||||
- 1
|
- 1
|
||||||
- 0.12
|
- 0.12
|
||||||
sudo: false
|
sudo: false
|
||||||
script: "make test-travis"
|
script:
|
||||||
|
- make test-travis
|
||||||
|
- make bench
|
||||||
after_script:
|
after_script:
|
||||||
- npm install codecov
|
- npm install codecov
|
||||||
- ./node_modules/.bin/codecov
|
- ./node_modules/.bin/codecov
|
||||||
|
|
Loading…
Reference in a new issue