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
