Skip to content

Commit

Permalink
Tentative .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niemeyer committed Mar 1, 2016
1 parent 9a615ba commit 59739de
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: go

go_import_path: gopkg.in/mgo.v2

addons:
apt:
packages:
- supervisor
- mongodb

before_script:
- make startdb

script:
- cd bson && go test -check.v
- go test -check.v -fast

# vim:ts=4:et

0 comments on commit 59739de

Please sign in to comment.