Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental 🎉)
This commit is contained in:
parent
98d69792b2
commit
25ad65aeed
|
|
@ -1,7 +1,5 @@
|
||||||
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