Chapter 10: Travis CI CLI Commands and Automation

  1. The Travis CLI User Documentation (https://github.com/travis-ci/travis.rb#windows) recommends that you use the RubyInstaller (https://rubyinstaller.org/) to install the latest version Ruby on the Windows OS.
  2. You should use the travis version command.
  3. You use the travis help command. For example to print out information about the token command you run the following command: travis help token.
  4. You will need to run the travis login command and then enter your GitHub username and password.
  5. You will need to pass the following HTTP Header: Travis-API-Version: 3.
  6. The travis report command prints out system configuration information.
  7. The travis lint command will check the syntax and validity of your ...

Get Hands-On Continuous Integration and Delivery now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.