Skip to content

Commit

Permalink
travis: install wrk
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Mar 6, 2016
1 parent 37ea485 commit 7bc6e79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ node_js:
- 2
- 1
- 0.12
sudo: false
before_script:
- sudo apt-get install build-essential libssl-dev git
- git clone https://github.com/wg/wrk.git
- cd wrk && make && sudo cp wrk /usr/local/bin && cd ..
script:
- make test-travis
- make bench
Expand Down

0 comments on commit 7bc6e79

Please sign in to comment.