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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-09-19 12:55:55 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-09-19 12:55:55 +0400
commit147d4b4f0a306c0340a0642f1d97f3040284224b (patch)
treee4af747b2deb2e874ee042a885de2f86cb92f52d /.travis.yml
parent7f0761176de02ce5739ddc2f5656b1b442d8cce4 (diff)
One more addition to .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9db006b3c..e11b6483d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: perl
+install: true
script: perl ./Build.PL
perl:
- "5.14"