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:
parent
645fdb6dbc
commit
cfc84a0e42
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue