Cool. Where do we see the output? Could you try with distcheck?
On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <[email protected]> wrote: > I added it last night. If we can tweak the apache/couchdb account on > github we'll get builds every time we push, which is nice. > > B. > > On 24 March 2012 16:36, Noah Slater <[email protected]> wrote: > > Hello, > > > > I found this file while doing the release: > > > > Noahs-MacBook-Air:couchdb nslater$ cat 1.2.0/.travis.yml > > 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 > > > > When was this added? Do we have a working Travis setup? > > > > Can we change "script" to be "make distcheck" please? > > > > Thanks, > > > > N >
