Coding-Coach / coding-coach-api

62 stars 39 forks source link

add basic travis integration #21

Closed frederikprijck closed 6 years ago

frederikprijck commented 6 years ago

This adds a very basic travis integration as mentioned in https://github.com/Coding-Coach/coding-coach-api/issues/7. However, running the tests currently doesn't allow the build to run successfully (as mentioned on slack), have a look at my fork's build on travis: https://travis-ci.org/frederikprijck/coding-coach-api/builds/445832567

jagzviruz commented 6 years ago

Looks good.

frederikprijck commented 6 years ago

@jagzviruz Might be a good idea if I create a follow up PR to also include yarn build and yarn lint once #22 lands.