On Mar 23, 2012, at 23:14 , [email protected] wrote: > Updated Branches: > refs/heads/1.1.x 31282b5de -> 9bab4ff69 > refs/heads/1.2.x 688795343 -> 654768d32 > refs/heads/master 74f4e7bb2 -> 394a08a1e > > > Configure for travis.
<3 Thanks Robert! I had played with this, but hadn't gotten around to introduce this to the project proper. Cheers Jan -- > > > Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo > Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9bab4ff6 > Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9bab4ff6 > Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9bab4ff6 > > Branch: refs/heads/1.1.x > Commit: 9bab4ff6962af64c67b1a74801e6bd65a560e636 > Parents: 31282b5 > Author: Robert Newson <[email protected]> > Authored: Thu Mar 22 00:46:16 2012 +0000 > Committer: Robert Newson <[email protected]> > Committed: Fri Mar 23 22:14:01 2012 +0000 > > ---------------------------------------------------------------------- > .travis.yml | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/couchdb/blob/9bab4ff6/.travis.yml > ---------------------------------------------------------------------- > diff --git a/.travis.yml b/.travis.yml > new file mode 100644 > index 0000000..bb80cb0 > --- /dev/null > +++ b/.travis.yml > @@ -0,0 +1,8 @@ > +before_install: > + - sudo apt-get update > + - sudo apt-get install libicu-dev libmozjs-dev > +before_script: ./bootstrap && ./configure > +script: make check > +language: erlang > +otp_release: > + - R14B04 >
