Travis: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
[[Travis/Travis-build]] - covers the Travis build tool, which converts a travis.yml file into a build.sh script | [[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