Skip to content

Commit 1a22751

Browse files
committed
Update README
1 parent bfb9f77 commit 1a22751

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,16 +387,16 @@ This will make all builds (not just for your module) verbose.
387387
388388
Update 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
392392
cd .ci
393-
git pull origin v3.1.1
393+
git pull origin v3.2.0
394394
cd -
395395
git 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
402402
Check the example configuration files inside ci-scripts (and their

0 commit comments

Comments
 (0)