JuliaFinance / MarketObservables.jl

Provides standard types for financial markets
MIT License
5 stars 3 forks source link

Enable CI #2

Closed femtotrader closed 5 years ago

femtotrader commented 5 years ago

Hi @roshii ,

could you add a basic unit test (1 == 1) and set up Travis ?

Kind regards

roshii commented 5 years ago

Hello @femtotrader :)

I do not have access to settings...

@EricForgy how do you want to tackle this? Should @JuliaFinance/crypto get admin access to relevant repo ? Shall we create an admin team ? Any other suggestion ?

femtotrader commented 5 years ago

A owner of https://github.com/JuliaFinance/ (@EricForgy @felipenoris @simonbyrne @TotalVerb) need to go to https://travis-ci.com/organizations/JuliaFinance/repositories to enable CI

roshii commented 5 years ago

Oh yes correct, I was thinking GitLab

femtotrader commented 5 years ago

Last year I personally moved all my CI setup from https://travis-ci.org/ to https://travis-ci.com/

see https://blog.travis-ci.com/2018-05-02-open-source-projects-on-travis-ci-com-with-github-apps

maybe this should be done in JuliaFinance also

EricForgy commented 5 years ago

Hi guys 👋

Getting caught up here (I'm in Manila so time zone is a challenge sometimes 😅). Is everything ok now? Do you need me to do anything?

roshii commented 5 years ago

Is everything ok now?

Yes, CI is enabled, test is passing :) Thanks again!