Word update

Just a little update - I guess Travis has changed its icon a bit. It's not a wrench icon, but a gear one.
This commit is contained in:
Michal Švácha 2016-08-26 13:56:41 +02:00 committed by GitHub
parent f56f252b28
commit 891a66bddb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Enabling Travis builds for your GitHub repository is pretty simple:
1. Go to your profile on travis-ci.org: https://travis-ci.org/profile/username
2. Find the repository for which you're interested in enabling builds.
3. Click the slider on the right so it says "ON" and is a dark grey.
4. Optionally configure the build by clicking on the wrench icon. Further
4. Optionally configure the build by clicking on the gear icon. Further
configuration happens in your `.travis.yml` file. More details on that
below.