Closed andreabedini closed 8 years ago
oh we got travis-ci! awesome
Hey @andreabedini thanks a million for this.
We are going to need to specify the engine in package.json as it will be needed for deployment to heroku. Also that test timing out... might be just a matter of giving mocha a few more (milli)seconds for that particular test. Integration tests are not run by TravisCI when the origin is a pull request (API keys), that's why it's passed above.
In any case, shall we take this over or will you have time at some point to make changes? I know you are done for the day, and we have another docker change in the pipeline #200 so might take this over so we get to close this later today, if you don't mind.
No problem with you taking over. It was great fun giving a hand!
Sent from my phone Andrea
On 3 Jun 2016, at 5:43 PM, Jos notifications@github.com wrote:
Hey @andreabedini thanks a million for this.
We are going to need to specify the engine in package.json as it will be needed for deployment to heroku. Also that test timing out... might be just a matter of giving mocha a few more (milli)seconds for that particular test. Integration tests are not run by TravisCI when the origin is a pull request (API keys), that's why it's passed above.
In any case, shall we take this over or will you have time at some point to make changes? I know you are done for the day, and we have another docker change in the pipeline #200 so might take this over so we get to close this later today, if you don't mind.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
thanks @andreabedini It was very helpful! Much appreciated.
I tried running the webapp on the latest node (using the
node:6
docker image) and it seems to work just fine. Also I managed to run the tests and only one fails, for unrelated reasons I guessnot entirely sure about the failing test
If I do
curl -v 'http://localhost:5000/badges?pretty=true'
I get what the test expects (without any delay).maybe I am running the tests again something else than my running copy :thinking_face:
Anyway, I'll open this PR as it's a starting point.