Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Oct 19, 2020
1 parent bfb9f77 commit 1a22751
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,16 +387,16 @@ This will make all builds (not just for your module) verbose.
Update the submodule in `.ci` first, then change your CI configuration
(if needed) and commit both to your module. E.g., to update your Travis
setup to release 3.1.1 of ci-scripts:
setup to release 3.2.0 of ci-scripts:
```bash
cd .ci
git pull origin v3.1.1
git pull origin v3.2.0
cd -
git add .ci
# if needed:
edit .travis.yml # and/or AppVeyor/GitHub Actions configuration
edit .travis.yml # and/or other CI service configurations
git add .travis.yml
git commit -m "Update ci-scripts submodule to v3.1.1"
git commit -m "Update ci-scripts submodule to v3.2.0"
```
Check the example configuration files inside ci-scripts (and their
Expand Down

0 comments on commit 1a22751

Please sign in to comment.