From 37ea485bc03b3dbca7e92518ad126679e4f76919 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Thu, 3 Mar 2016 19:45:30 -0800 Subject: [PATCH] travis: run 'make bench' closes #191 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e905305..8744f21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,9 @@ node_js: - 1 - 0.12 sudo: false -script: "make test-travis" +script: + - make test-travis + - make bench after_script: - npm install codecov - ./node_modules/.bin/codecov