Browse Source

Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental :tada:)

Tianon Gravi 10 years ago
parent
commit
25ad65aeed
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -1,7 +1,5 @@
 language: go
 
-sudo: false
-
 install:
   - mkdir -p "${GOPATH%%:*}/src/github.com/shurcooL/markdownfmt"
   - git clone https://github.com/tianon/markdownfmt.git "${GOPATH%%:*}/src/github.com/shurcooL/markdownfmt"