sudo: required language: cpp before_install: sudo apt-get update install: ./install.sh script: ant test after_script: ./uninstall.sh