Skip to content

Commit

Permalink
Bug #1, fix make install for Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Oct 7, 2016
1 parent 8e5eaec commit eb54950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ e-access:
bulletins:
cd perl/; perl bulletins.pl

install-cpanminus:
cpan -i App::cpanminus

install:
# (brew install perl) - mac os x.
# http://www.cpan.org/modules/INSTALL.html
# http://search.cpan.org/dist/HTML-Parser/lib/HTML/Entities.pm
cpan App::cpanminus
cpanm HTML::Entities

npm-install:
Expand Down

0 comments on commit eb54950

Please sign in to comment.