Commit 90204dd6 authored by gwenn's avatar gwenn

Try to fix Travis build

parent 78a62ead
...@@ -6,8 +6,10 @@ before_install: ...@@ -6,8 +6,10 @@ before_install:
- echo "yes" | sudo add-apt-repository ppa:travis-ci/sqlite3 - echo "yes" | sudo add-apt-repository ppa:travis-ci/sqlite3
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq libsqlite3-dev - sudo apt-get install -qq libsqlite3-dev
install:
- go get github.com/gwenn/yacr
- go get -tags all github.com/gwenn/gosqlite
before_script: before_script:
- go get github.com/bmizerany/assert - go get github.com/bmizerany/assert
- go get -tags all github.com/gwenn/gosqlite
script: script:
- go test -tags all - go test -tags all
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment