Skip to content

Commit

Permalink
older version of peterjc's .travis.yml, see if this fixes odd build f…
Browse files Browse the repository at this point in the history
…ails
  • Loading branch information
Chris Fields committed Jul 26, 2012
1 parent e3d1663 commit 5137c93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions .travis.yml
@@ -1,5 +1,4 @@
language: perl

perl:
- "5.16"
- "5.14"
Expand All @@ -19,16 +18,11 @@ install:
- "cpanm --notest PostScript::TextBlock Set::Scalar Sort::Naturally YAML | tail -n 1"
- "cpanm --notest Math::Random SOAP::Lite Spreadsheet::ParseExcel | tail -n 1"
#This installs BioPerl itself:
- "perl ./Build.PL --accept"
- "perl ./Build.PL --accept"

script:
- "./Build test"

# whitelist branches
branches:
only:
- travis
- "./Build test"

#TODO - send emails to bioperl-guts-l
notifications:
email: false
#TODO - send emails to bioperl-guts-l
notifications:
email: false
2 changes: 1 addition & 1 deletion INSTALL
@@ -1,5 +1,5 @@
Installing BioPerl for Unix

* 1 BIOPERL INSTALLATION
* 2 SYSTEM REQUIREMENTS
* 3 OPTIONAL
Expand Down

0 comments on commit 5137c93

Please sign in to comment.