From 7277c8478bb2b73e96a851a3356c32e32a282539 Mon Sep 17 00:00:00 2001 From: Justin Lynn Date: Thu, 24 Oct 2013 18:47:18 -0700 Subject: [PATCH] install dependencies when running travis ci --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index e7cfdb528e..4fbb4e8a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"