Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix travis build?
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Nov 15, 2012
1 parent b2bf557 commit 0c4e0ec
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .travis.yml
@@ -1,8 +1,28 @@
# Copyright 2012 Cloudant

# for dynamic builds comment out couchjsflags
env:
- couchjsflags="--static --nocurl"

before_install: before_install:
- sudo apt-get update - echo "deb http://packages.cloudant.com/ubuntu precise main" | sudo tee /etc/apt/sources.list.d/cloudant-source.list
- sudo apt-get install libicu-dev libmozjs-dev - sudo apt-get update -qq
- sudo apt-get purge -qq libmozjs185-dev libmozjs185-1.0
# for static builds with no threading:
- sudo apt-get install -qq --force-yes libmozjs185-cloudant libmozjs185-cloudant-dev libicu-dev
# for dynamic builds with threading:
# - sudo apt-get install -qq libmozjs185-1.0 libmozjs185-dev libnspr4 libnspr4-dev libicu-dev

before_script: ./configure before_script: ./configure

script: make check script: make check

language: erlang language: erlang

notifications:
email: false
irc: "irc.freenode.org#cloudant"

otp_release: otp_release:
- R14B04 - R14B04
- R15B02

0 comments on commit 0c4e0ec

Please sign in to comment.