Browse Source

Remove benchmark step from CI (fixes #707)

v1.x
Linus Unnebäck 8 years ago
committed by GitHub
parent
commit
0f936629c5
  1. 2
      .travis.yml

2
.travis.yml

@ -20,6 +20,4 @@ env:
before_install:
- if [[ $TRAVIS_NODE_VERSION == 0.8 ]]; then npm install -g npm@1.4.28; fi
- npm explore npm -g -- npm install node-gyp@latest
after_script:
- npm run benchmark
sudo: false

Loading…
Cancel
Save