Files
rippled/.travis.yml
2013-10-25 17:48:20 -07:00

14 lines
322 B
YAML

language: cpp
compiler:
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libboost1.48-all-dev protobuf-compiler libprotobuf-dev libssl-dev exuberant-ctags
script: scons && npm install && npm test
notifications:
email:
false
irc:
channels:
- "chat.freenode.net#ripple-dev"