1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Add zeromq.

Install bower dependencies.
Cache dependencies.
This commit is contained in:
Gunther Brunner 2015-07-14 22:30:36 +09:00
parent 645fdb6dbc
commit cfc84a0e42

View file

@ -3,3 +3,12 @@ node_js:
- "0.12"
- "0.10"
- "iojs"
before_install:
- sudo apt-get install -qq libzmq3-dev libsodium-dev
before_script:
- ./node_modules/bower/bin/bower install
cache:
apt
directories:
- node_modules
- res/bower_components