parent
5d330b095f
commit
5d8b759e11
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ node_js:
|
||||||
- "4"
|
- "4"
|
||||||
- "5"
|
- "5"
|
||||||
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