Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b5086838bb06f5a9b3bc2e879e7a12aab8bb4a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: perl
install: true
script: perl ./Build.PL
perl:
  - "5.12"
  - "5.14"
  - "5.18"
branches:
  only:
    - master
    - stable