travis: install wrk

This commit is contained in:
Jonathan Ong 2016-03-06 13:45:35 -08:00
parent 37ea485bc0
commit 7bc6e79da3

View file

@ -6,7 +6,10 @@ node_js:
- 2 - 2
- 1 - 1
- 0.12 - 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: script:
- make test-travis - make test-travis
- make bench - make bench