language: perl install: true script: perl ./Build.PL perl: - "5.14" - "5.18" - "5.20" branches: only: - master - stable before_script: - sudo apt-get update -qq - sudo apt-get install libboost-thread-dev libboost-system-dev