~ubuntu-branches/ubuntu/utopic/slic3r/utopic

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2014-06-17 01:27:26 UTC
  • Revision ID: package-import@ubuntu.com-20140617012726-2wrs4zdo251nr4vg
Tags: upstream-1.1.4+dfsg
ImportĀ upstreamĀ versionĀ 1.1.4+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
language: perl
 
2
install: true
 
3
script: perl ./Build.PL
 
4
perl:
 
5
  - "5.12"
 
6
  - "5.14"
 
7
  - "5.18"
 
8
branches:
 
9
  only:
 
10
    - master
 
11
    - stable
 
12