Sha256: 2538d7b9c73b1d9e28c961a4d153690b1b5d0c9d73046f524d3fabd4c895f1d0

Contents?: true

Size: 947 Bytes

Versions: 1

Compression:

Stored size: 947 Bytes

Contents

language: ruby

rvm:
  - 2.3.0

before_install:
  - gem install bundler -v 1.11.2
  # Set script configuration for installing Analizo
  - export ANALIZO_VERSION='1.17.0' # Version >1.17.0 needs Ubuntu 13.10/Debian 7
  # Remove bugged libzmq3 package, see https://github.com/travis-ci/travis-ci/issues/982 and https://github.com/travis-ci/travis-ci/issues/1715 for details
  - sudo apt-get remove libzmq3
  - sudo bash -c "echo \"deb http://analizo.org/download/ ./\" > /etc/apt/sources.list.d/analizo.list"
  - sudo bash -c "echo \"deb-src http://analizo.org/download/ ./\" >> /etc/apt/sources.list.d/analizo.list"
  - wget -O - http://analizo.org/download/signing-key.asc | sudo apt-key add -
  - sudo apt-get update -qq
  - sudo DEBIAN_FRONTEND=noninteractive apt-get install -y analizo=${ANALIZO_VERSION} subversion git

notifications:
  email:
    recipients:
      - mezuro-core@lists.ime.usp.br
    on_success: change
    on_failure: always

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kolekti_analizo-5.0.0 .travis.yml