4 posts tagged with "travis"
Welcome To My Web Developer Blog
Posted on February, 2020This blog template is designed for web developers. Whether you're a professional web developer or are just getting started in the world of web development, this Gatsby starter is ready to go, right…
Read full postSetup Travis
Posted on September, 2019How to configure Rubocop in Travis I defined rubocop in Gemfile. In travis file, the heroku deploy is: The script order look like this : How to configure Travis with JS application To run yarn in…
Read full postInstall and configure Rubocop
Posted on September, 2019How to include Rubocop in Travis CI Add commands in travis.yml file: How to configure Rubocop analysis Create a .rubocop.yml file and configure. I relied on some sites and followed standards…
Read full postUsing Travis CI
Posted on September, 2019Travis CI Getting started Create account on Travis CI (example: Github login) and login ( OR to login with your GitHub account). Create a .travis.yml file OR when you init travis on prompt, the file…
Read full post