vwmaus / model-reproducibility

Research Proposal Master Thesis: Improving reproducibility in Earth Science
GNU General Public License v3.0
0 stars 1 forks source link

Travis CI #19

Closed vwmaus closed 6 years ago

vwmaus commented 6 years ago

@pergerch @ptrkrnstnr, Is it possible to add support for Travis CI using the development interface? It should create a file called .travis.yml in the main folder.

ptrkrnstnr commented 6 years ago

Hello!

As much as I found out, it is possible to add the support. I already connected my github account with travis ci. Unfortunately i cannot share my repositories with travis ci because I need to have an active subscription… This subscription costs 70$/month..

The next problem is that I cannot change my repository to private as it was forked by me:

The only way i can do is to duplicate the repo, but then i’m the only contributor and cannot share the code with you…

Do you have any ideas fort hat problem?

Thanks!

Best, Peter

Von: Victor Maus [mailto:notifications@github.com] Gesendet: Donnerstag, 9. November 2017 10:21 An: vwmaus/model-reproducibility model-reproducibility@noreply.github.com Cc: ptrkrnstnr peter.kronsteiner@gmx.net; Mention mention@noreply.github.com Betreff: [vwmaus/model-reproducibility] Travis CI (#19)

@pergerch https://github.com/pergerch @ptrkrnstnr https://github.com/ptrkrnstnr , Is it possible to add support for Travis CI using the development interface? It should create a file called .travis.yml in the main folder.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/vwmaus/model-reproducibility/issues/19 , or mute the thread https://github.com/notifications/unsubscribe-auth/AfT9n_-fE-fn3S0p9JICQ8DGS-SZ1_REks5s0sPmgaJpZM4QXp05 . https://github.com/notifications/beacon/AfT9n5c8DrgdNfmd8ZFkP_YbmHxG8d3Mks5s0sPmgaJpZM4QXp05.gif

vwmaus commented 6 years ago

Travis CI should work for public repositories for free. @ptrkrnstnr let's take a look at it together this afternoon.

ptrkrnstnr commented 6 years ago

@vwmaus finally got the travis-ci script working!

vwmaus commented 6 years ago

Super, thanks!

vwmaus commented 6 years ago

@ptrkrnstnr can you create a pull request and merge the changes?