duojs / duo

A next-generation package manager for the front-end
3.42k stars 117 forks source link

Help get travis tests passing #363

Closed jasonkuhrt closed 10 years ago

jasonkuhrt commented 10 years ago

Hey guys, I created a new plugin called duo-env. Unfortunately travis is having a hard time with the tests due to my duo dev-dep:

https://travis-ci.org/jasonkuhrt/duo-env/jobs/38963813#L180

Advice?

kevva commented 10 years ago

Remove the 0.8 node install in .travis.yml. It's useless anyway since 0.10 is the stable version. os.tmpdir() is os.tmpDir() in 0.8.

jasonkuhrt commented 10 years ago

@kevva Duh. I used travisify and didn't think about it. Thanks! Will close this once working.