Open davidmacp opened 5 years ago
No idea why Travis is failing. npm test worked successfully when I ran locally 🤔
npm test
@jimlambie you got any ideas?
Looks like it can't find Mocha
@jimlambie @eduardoboucas Seems Travis didn't like the package-lock.json file. Removed and passing 👍
package-lock.json
Something to do with npm ci I think!?
npm ci
No idea why Travis is failing.
npm test
worked successfully when I ran locally 🤔@jimlambie you got any ideas?