File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -387,16 +387,16 @@ This will make all builds (not just for your module) verbose.
387387
388388Update the submodule in `.ci` first, then change your CI configuration
389389(if needed) and commit both to your module. E.g., to update your Travis
390- setup to release 3.1.1 of ci-scripts:
390+ setup to release 3.2.0 of ci-scripts:
391391```bash
392392cd .ci
393- git pull origin v3.1.1
393+ git pull origin v3.2.0
394394cd -
395395git add .ci
396396 # if needed:
397- edit .travis.yml # and/or AppVeyor/GitHub Actions configuration
397+ edit .travis.yml # and/or other CI service configurations
398398 git add .travis.yml
399- git commit -m "Update ci-scripts submodule to v3.1.1 "
399+ git commit -m "Update ci-scripts submodule to v3.2.0 "
400400```
401401
402402Check the example configuration files inside ci-scripts (and their
You can’t perform that action at this time.
0 commit comments