app-json / app.json

A node module for working with app.json files and deploying app.json apps to Heroku. Designed to work on the server, the browser, and the command line.
132 stars 26 forks source link

Travis tests failing #14

Open zeke opened 10 years ago

zeke commented 10 years ago

The tests are failing on Travis but working on my machine. Would someone like @JackCA, @raulb, or @max mind trying to run the tests locally and tell me what happens?

git clone https://github.com/app-json/app.json
cd app.json
npm install
npm test

https://travis-ci.org/app-json/app.json/builds/29349342

gudmundur commented 10 years ago

@zeke works on my machine!

zeke commented 10 years ago

@gudmundur thanks for trying. Anyone else?