Push event #152 passed

  • Ran for
  • Total time
  • New branch build
kaltura/KalturaGeneratedAPIClientsPHP53:.travis.yml@c8b5428
language: php
php:
  - "5.6"
  - "7.2"
  - "7.3"
script:
    - sed -e "s#@YOUR_PARTNER_ID@#$PARTNER_ID#g" -e "s#@YOUR_ADMIN_SECRET@#$ADMIN_SECRET#g" -e "s#@SERVICE_URL@#https://www.kaltura.com#g" tests/config.template.ini > tests/config.ini
    - cd tests && php run.php
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "2.0",
    "2.1",
    "2.2",
    "jruby-19mode",
    "jruby-9"
  ],
  "dist": "trusty",
  "sudo": false,
  "script": [
    "bundle exec rspec spec --color --format documentation --require spec_helper"
  ],
  "language": "ruby"
}