diff --git a/.travis.yml b/.travis.yml index 2e84bb95..cdd808f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go go: - 1.x install: +- apt-get install -y cross-gcc-dev cross-binutils - go get github.com/gorilla/feeds - go get github.com/gorilla/mux - go get github.com/mattn/go-sqlite3