Skip to content

Commit

Permalink
force uuid install on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Duggan committed Mar 5, 2015
1 parent eacb582 commit c44c928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cache:
directories :
- /home/travis/perl5/perlbrew/perls/5.20/lib/site_perl
- /home/travis/perl5/perlbrew/perls/5.16/lib/site_perl
#before_install :
before_install :
- cpanm -f Data::UUID::LibUUID
# - sudo apt-get install libuuid1 uuid-dev raptor2-utils

2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ my $builder = Module::Build::Database->new(
'YAML::Syck' => 0,
'YAML::XS' => 0,
'YAML' => 0,
# 'Data::UUID::LibUUID' => 0,
'Data::UUID::LibUUID' => 0,
'Rose::DB' => '0.772',
'Rose::DB::Object' => 0,
'DBD::Pg' => '3.003',
Expand Down

0 comments on commit c44c928

Please sign in to comment.