-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
During the call, we decided to set up CircleCI instead of travis for the CI process. Basically the CI process is supposed to do the following things as of now:
- run unit tests
- run typescript (this can be ignored for now and added later when the typescript ticket is complete)
- run lint
- run build
- deploy build (ignored for now until we own a server)