Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add new deps
  • Loading branch information
stmuk committed Sep 14, 2015
1 parent f337686 commit af42e9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,9 @@ install:
- panda install DBIish
- panda install HTTP::Easy
- panda install File::Temp
- panda install Web::Request
- panda install Term::ANSIColor
- panda install Term::termios

script:
- make test
3 changes: 3 additions & 0 deletions t/000-check-dependencies.t
Expand Up @@ -10,7 +10,10 @@ my @dependencies = qw{
HTTP::Easy
LWP::Simple
Pod::To::HTML
Term::ANSIColor
Term::termios
URI
Web::Request
};

plan @dependencies.elems;
Expand Down
2 changes: 1 addition & 1 deletion util/update-and-sync
Expand Up @@ -15,7 +15,7 @@ ulimit -t 3600 # 1 hour
export PATH=$PATH:$HOME/.rakudobrew/bin
rakudobrew build moar
rakudobrew build-panda
for dep in URI Pod::To::HTML LWP::Simple Algorithm::Soundex DBIish File::Temp Text::VimColour HTTP::Easy
for dep in URI Pod::To::HTML LWP::Simple Algorithm::Soundex DBIish File::Temp Text::VimColour HTTP::Easy Web::Request Term::ANSIColor Term::termios
do
panda install $dep
done
Expand Down

0 comments on commit af42e9b

Please sign in to comment.