Skip to content

Commit 0f93662

Browse files
authored
Remove benchmark step from CI (fixes #707)
1 parent 39ac1a3 commit 0f93662

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ env:
2020
before_install:
2121
- if [[ $TRAVIS_NODE_VERSION == 0.8 ]]; then npm install -g npm@1.4.28; fi
2222
- npm explore npm -g -- npm install node-gyp@latest
23-
after_script:
24-
- npm run benchmark
2523
sudo: false

0 commit comments

Comments
 (0)