Revert "Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental 🎉)"
This reverts commit 25ad65aeed.
This commit is contained in:
parent
25ad65aeed
commit
73966fd877
|
|
@ -1,5 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- mkdir -p "${GOPATH%%:*}/src/github.com/shurcooL/markdownfmt"
|
- mkdir -p "${GOPATH%%:*}/src/github.com/shurcooL/markdownfmt"
|
||||||
- git clone https://github.com/tianon/markdownfmt.git "${GOPATH%%:*}/src/github.com/shurcooL/markdownfmt"
|
- git clone https://github.com/tianon/markdownfmt.git "${GOPATH%%:*}/src/github.com/shurcooL/markdownfmt"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue