mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 01:37:00 +00:00
install dependencies when running travis ci
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libboost-all-dev protobuf-compiler libprotobuf-dev libssl-dev
|
||||
script: scons && npm install && npm test
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#ripple-dev"
|
||||
|
||||
Reference in New Issue
Block a user