install dependencies when running travis ci

This commit is contained in:
Justin Lynn
2013-10-24 18:47:18 -07:00
parent 963a0dd934
commit 7277c8478b

View File

@@ -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"