Closed Mera-Gangapersaud closed 6 years ago
I added the travis.yml file and the build passes! #5
currently it just tests npm test and npm run build and does not include a deploy section since this repo hasn't yet been deployed.
npm test
npm run build
@klymenkoo removing the package-lock.json makes the build fail in Travis:
I believe we should have included the package-lock from this originally PR but for now we can still include it in this PR.
I added the travis.yml file and the build passes! #5
currently it just tests
npm test
andnpm run build
and does not include a deploy section since this repo hasn't yet been deployed.