bahmutov / lazy-ass

Lazy node assertions without performance penalty
http://glebbahmutov.com/lazy-ass/
MIT License
68 stars 5 forks source link

Test on node 5 on travis ci #16

Closed tejasmanohar closed 8 years ago

bahmutov commented 8 years ago

there is a problem on Travis CI with Node5 - seems Phantomjs module is not found Cannot find module 'phantomjs' - I think this is because it is missing from the devDependencies. Can you add it to the devDependencies and try again?