Codebase list slic3r-prusa / debian/1.35.3+dfsg-2 .travis.yml
debian/1.35.3+dfsg-2

Tree @debian/1.35.3+dfsg-2 (Download .tar.gz)

.travis.yml @debian/1.35.3+dfsg-2raw · history · blame

language: perl
install: true
script: perl ./Build.PL
perl:
  - "5.14"
  - "5.18"
  - "5.20"
branches:
  only:
    - master
    - stable
sudo: false
cache:
    - apt
addons:
  apt:
    sources:
    - boost-latest
    packages:
    - libboost-thread1.55-dev
    - libboost-system1.55-dev