Commit 5a06a445 authored by gwenn's avatar gwenn

Try to fix travis.

parent d0addfa1
...@@ -6,4 +6,6 @@ before_install: ...@@ -6,4 +6,6 @@ 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
before_script: go get github.com/gwenn/gosqlite before_script:
- go get github.com/bmizerany/assert
- go get github.com/gwenn/gosqlite
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