Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gosqlite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gosqlite
Commits
5dada2d4
Commit
5dada2d4
authored
Apr 26, 2014
by
gwenn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tests coverage to travis build.
parent
91213330
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.travis.yml
.travis.yml
+3
-1
No files found.
.travis.yml
View file @
5dada2d4
language
:
go
language
:
go
go
:
go
:
-
1.2
-
tip
-
tip
before_install
:
before_install
:
-
echo "yes" | sudo add-apt-repository ppa:travis-ci/sqlite3
-
echo "yes" | sudo add-apt-repository ppa:travis-ci/sqlite3
...
@@ -7,6 +8,7 @@ before_install:
...
@@ -7,6 +8,7 @@ before_install:
-
sudo apt-get install -qq libsqlite3-dev
-
sudo apt-get install -qq libsqlite3-dev
before_script
:
before_script
:
-
go get github.com/bmizerany/assert
-
go get github.com/bmizerany/assert
-
go get code.google.com/p/go.tools/cmd/cover
-
go get -tags all github.com/gwenn/gosqlite
-
go get -tags all github.com/gwenn/gosqlite
script
:
script
:
-
go test -tags all ./...
-
go test -tags all -cover ./...
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment