lfe-deprecated / lfetool

DEPRECATED - See:
https://github.com/lfe-rebar3/
Other
61 stars 19 forks source link

Update .travis.yaml.tmpl files to include Ubuntu deps #122

Closed odacoder closed 9 years ago

odacoder commented 9 years ago

The .travis.yaml template files need to include the following entry, which is required to build YAWS:

before_install:
  - sudo apt-get install libpam0g-dev
oubiwann commented 9 years ago

That last commit was the fix, but needs to be tested on a generated yaws project that gets uploaded to travis. I'll keep this ticket open until someone has a chance to test and confirm this working for lfetool 1.5.0-dev.

oubiwann commented 9 years ago

I'm just going to close this; we can re-open if it didn't work.