Skip to content

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Joep van Delft committed Dec 1, 2017
1 parent a023466 commit aecc93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user/customizing-the-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ Consider a scenario where you want to run more complex test scenarios, but only
set -ev
bundle exec rake:units
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
bundle exec rake test:integration
bundle exec rake test:integration
fi
```

Expand Down
2 changes: 1 addition & 1 deletion user/gui-and-headless-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For example, to set the screen resolution to `1280x1024x16`:

```yaml
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
```
{: data-file=".travis.yml"}

Expand Down

0 comments on commit aecc93c

Please sign in to comment.