Commit graph

27 commits

Author SHA1 Message Date
7dbc3b9946 Roll the Go version forward on Travis builds (new stable) 2015-08-19 13:39:54 -04:00
Jimmy Zelinskie
140067a56f travis.yml: bump appengine dependency
This is currently breaking CI. We should ultimately find a better place
to download this binary, because Google doesn't seem to host old
versions for very long.
2015-07-13 15:27:00 -04:00
ben hockey
9c4cc20436 bump app engine sdk 2015-05-27 17:05:43 -05:00
Andrew Dunham
2d24d2ed3b Upgrade to latest App Engine SDK 2015-04-29 12:52:18 -07:00
Jimmy Zelinskie
64fa0f8032 store dependencies' versions with godep
These dependencies can be loaded into your $GOPATH simply executing
`godep restore`. This will allow builds to become reproducible, without
getting in the way of those wanting to consume parts of the project's
source code as a library.
2015-04-23 16:36:16 -04:00
panamafrancis
9281fc2971 Travis: fixed working directory issue with GAE 2015-02-25 11:25:35 +01:00
panamafrancis
3d2ad30a68 fixed .travis.yml issue 2015-02-25 10:57:37 +01:00
panamafrancis
b4b9d0dd1a Updated travis to run goapp test 2015-02-25 10:52:50 +01:00
3e2c2d7ec4 mathutil is back in line 2014-12-19 13:47:30 -05:00
6851834207 temporary travis fix 2014-12-12 20:41:36 -05:00
d74cd3e93e Merge branch 'master' into boltdb 2014-08-16 03:32:46 -04:00
0ffb244b7b add test dep for travis 2014-08-14 21:40:19 -04:00
02f12834d7 up to go 1.3 2014-08-14 02:31:00 -04:00
736e6fccf2 Merge branch 'master' into bolt_json 2014-08-13 17:14:52 -04:00
50efe31fdd fix the test, remove -short from .travis.yml 2014-08-12 19:26:02 -04:00
1099969591 save horizon with transactions 2014-08-11 17:14:51 -04:00
3ceb19ca6c add travis deps 2014-08-11 05:32:53 -04:00
kortschak
7265e1d7a1 Use github.com/peterh/liner for REPL lines
This gives us history and line conveniences.
2014-08-07 15:02:30 +09:30
kortschak
d48d133cf1 Only run short tests on travis
Long tests are potentially very long, and may timeout internally. So
don't run them.
2014-07-31 09:42:56 +09:30
95a31c179b Switch to the latest mgo path.
This is not only the right thing to do, as per the documentation of the
latest release (yesterday) but it should now be backed by git and not
bzr, which is a big plus and won't break our build so much.
2014-07-22 15:22:29 -04:00
kortschak
db3597ed2d Re-add go1.2 to .travis.yaml
Fixes issue #54.
2014-07-06 15:53:47 +09:30
kortschak
fbb66ddc52 Fix build
goleveldb is broken against go1.2 since de350e, so we cannot support
go1.2. This will change when the goleveldb is changed to again support
go1.2.
2014-07-06 09:23:47 +09:30
kortschak
d489e3da07 Drop testing dependencies 2014-07-05 22:12:56 +09:30
3f1db07422 Fix build by only testing Go >= v1.2 2014-06-28 15:54:37 -04:00
kortschak
7ea7e92042 Fix travis build 2014-06-28 15:50:37 +09:30
ad3fa59eec Fix .travis.yml 2014-06-27 23:58:23 -04:00
3c56fb3000 Add a .travis.yml 2014-06-27 23:51:35 -04:00