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

This commit is contained in:
Tianon Gravi 2015-11-20 09:50:22 -08:00
parent 98d69792b2
commit 25ad65aeed
1 changed files with 0 additions and 2 deletions

View File

@ -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"