Mera-Gangapersaud / Creative-Collab

A creative collaborative writing app
MIT License
0 stars 6 forks source link

Added Travis CI #17

Closed Mera-Gangapersaud closed 6 years ago

Mera-Gangapersaud commented 6 years ago

I added the travis.yml file and the build passes! #5 image

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.

Mera-Gangapersaud commented 6 years ago

@klymenkoo removing the package-lock.json makes the build fail in Travis:

image

I believe we should have included the package-lock from this originally PR but for now we can still include it in this PR.