Pull Request #286 [CUBRIDMAN-57] Add manual for linking CUBRID and JBoss

Pull request event #640 errored

  • Ran for
  • Total time
  • New branch build
CUBRID/cubrid-manual:.travis.yml@471883c
cache: pip
language: python

python:
  - "2.7"
  - "3.6"

install:
  - pip install sphinx
  - pip install sphinx_rtd_theme

env:
  matrix:
    - TEST_DIR=en
    - TEST_DIR=ko

before_script:
  - cd $TEST_DIR
  - make html

script:
  - make linkcheck

after_script:
  - cd ..
Build Config
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "pip": true
  },
  "python": [
    "2.7",
    "3.6"
  ],
  "install": [
    "pip install sphinx",
    "pip install sphinx_rtd_theme"
  ],
  "env": {
    "jobs": [
      {
        "TEST_DIR": "en"
      },
      {
        "TEST_DIR": "ko"
      }
    ]
  },
  "before_script": [
    "cd $TEST_DIR",
    "make html"
  ],
  "script": [
    "make linkcheck"
  ],
  "after_script": [
    "cd .."
  ]
}