Skip to content

Commit b0538c2

Browse files
committed
Set sudo and docker services on links stage only.
1 parent a9f2336 commit b0538c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
sudo: required
21
dist: trusty
3-
services:
4-
- docker
52
jobs:
63
include:
74
- stage: common
@@ -22,6 +19,9 @@ jobs:
2219
- stage: links
2320
name: "Check internal links and HTML"
2421
language: ruby
22+
sudo: required
23+
services:
24+
- docker
2525
# Because (alas) rawgit is end of life, we'll run this only on the master branch.
2626
if: branch = master
2727
script:

0 commit comments

Comments
 (0)