Sha256: 49259d6cfa7d8923aeb624989b2faf994f140ac67e611cf55e857203a23cc614

Contents?: true

Size: 684 Bytes

Versions: 2

Compression:

Stored size: 684 Bytes

Contents

language:
  - ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1
before_script:
  - wget -qO - http://obs.express42.com/project_root:/zabbix2.4/precise/Release.key | sudo apt-key add -
  - echo "deb http://obs.express42.com/project_root:/zabbix2.4/precise/ ./" | sudo tee /etc/apt/sources.list.d/zabbix.list
  - sudo apt-get update
  - sudo apt-get install libiodbc2
  - sudo apt-get install zabbix-server-pgsql zabbix-frontend-php
  - echo "$(curl -fsSL https://gist.githubusercontent.com/evtuhovich/9544441/raw/d661863063b76cc8e2599bc44d8595b1f86ece38/zabbix)" | sudo tee /etc/zabbix/web/zabbix.conf.php
script: "ZABBIX_HOST_URL=http://localhost/zabbix/api_jsonrpc.php bundle exec rspec spec/*"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zabbixapi-2.4.2 .travis.yml
zabbixapi-2.4.1 .travis.yml