Browse Source

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

This reverts commit 25ad65aeeda2d359bb7aea8f72372fe1d7f27b05.
Tianon Gravi 10 years ago
parent
commit
73966fd877
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -1,5 +1,7 @@
 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"