n3m3sis00 / phylo-react

React component library for Phylogenetic Analysis
https://n3m3sis00.github.io/phylo-react/
2 stars 1 forks source link

Add travis-CI that does formatting checks and tests #11

Closed cmdcolin closed 4 years ago

cmdcolin commented 4 years ago

This adds a basic travis-CI workflow that does these steps

eslint check prettier check jest tests test build

It doesn't have a deployment step yet but that could be added too