From 891a66bddb2943bfbe8322d2ee8814368a48ea4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0v=C3=A1cha?= Date: Fri, 26 Aug 2016 13:56:41 +0200 Subject: [PATCH] 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. --- site/_docs/continuous-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/continuous-integration.md b/site/_docs/continuous-integration.md index c01d1d1b..eb283d90 100644 --- a/site/_docs/continuous-integration.md +++ b/site/_docs/continuous-integration.md @@ -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.