Pull request event #63 failed

  • Ran for
  • Total time
  • New branch build
kura/yarg:.travis.yml@25ae5e0
language: python
cache: pip
python:
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"
  - "3.6"
  - "pypy"
  - "pypy3"
dist: trusty
sudo: false
group: edge
install:
  - make deps
  - make deps-test
script:
  - coverage run --source=yarg runtests.py
after_success:
  - coveralls
  - curl -X POST https://readthedocs.org/build/yarg
Build Config
{
  "os": [
    "linux"
  ],
  "env": {
    "global": [
      "COVERAGE=1"
    ],
    "matrix": [
      "INTEGRATION_SPECS=0",
      "INTEGRATION_SPECS=1"
    ]
  },
  "rvm": [
    "2.5.1"
  ],
  "dist": "trusty",
  "sudo": false,
  "cache": {
    "bundler": true,
    "directories": [
      "$HOME/.rvm"
    ]
  },
  "language": "ruby",
  "services": [
    "redis-server"
  ],
  "before_script": [
    "source .example.env"
  ],
  "notifications": {
    "email": {
      "enabled": false
    }
  },
  "before_install": [
    "gem install bundler"
  ]
}