Slic3r/.travis.yml
Alessandro Ranellucci 6d3c0e3e98 Revert "codecov.io integration"
(It looks like codecov.io doesn't work with our mixed Perl/C++ environment)
This reverts commit b540f9788bae77498577914acb2e10f519ff52c4.

Conflicts:

	.travis.yml
2016-12-20 21:46:47 +01:00

24 lines
366 B
YAML

language: perl
install: export LDLOADLIBS=-lstdc++
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
- libboost-filesystem1.55-dev
- liblocal-lib-perl