From charlesreid1

(Created page with "Travis is a web service that provides continuous integration, building, testing, and deployment services.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Travis is a web service that provides continuous integration, building, testing, and deployment services.
Travis is a web service that provides continuous integration, building, testing, and deployment services.
[[Travis/Local]] - setting up a Travis environment locally using Docker, for testing builds before they go to Travis
[[Travis/Releases]] (INCOMPLETE) - cutting releases using Travis by editing the travis.yml file
[[Travis/Travis-build]] - covers the Travis build tool, which converts a travis.yml file into a build.sh script
[[Travis/Secrets]] - encrypting files and secrets using Travis
[[Category:Travis]]
[[Category:CI]]
[[Category:Testing]]

Latest revision as of 18:56, 10 March 2019

Travis is a web service that provides continuous integration, building, testing, and deployment services.

Travis/Local - setting up a Travis environment locally using Docker, for testing builds before they go to Travis

Travis/Releases (INCOMPLETE) - cutting releases using Travis by editing the travis.yml file

Travis/Travis-build - covers the Travis build tool, which converts a travis.yml file into a build.sh script

Travis/Secrets - encrypting files and secrets using Travis