Skip to content

Commit

Permalink
sudo added
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jan 11, 2018
1 parent 5165b10 commit 1839655
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: go

sudo: true

go:
- master # This uses automatically the latest version of go

Expand All @@ -8,6 +10,5 @@ install:

script:
- hugo # This commands builds your website on travis
- apt install -y python-pip
- pip install linkchecker
- linkchecker --check-extern ./public/index.html
# - sudo apt-get install -y linkchecker
# - linkchecker ./public/index.html

0 comments on commit 1839655

Please sign in to comment.