mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Fix Travis CI Warnings #38

Closed mkasberg closed 4 years ago

mkasberg commented 4 years ago

Travis CI is producing some warning and info messages on our builds: https://travis-ci.org/github/mkasberg/script-seed/jobs/733535031/config

image

Let's fix all of these by editing the .travis.yml file at the root of this repository. Here are the docs: https://docs.travis-ci.com/user/customizing-the-build/

ry-v1 commented 4 years ago

Can I take up this?

mkasberg commented 4 years ago

Yes, please do!

ry-v1 commented 4 years ago

Submitted pull request #40. Please check.