Skip to content

Commit

Permalink
build api docs, quarantining rb and py till we find out which depende…
Browse files Browse the repository at this point in the history
…ncies need installing in travis
  • Loading branch information
lukeis committed Oct 12, 2016
1 parent 6c287b2 commit a827edd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
- TASK=java TARGET=java_small_tests
- TASK=java TARGET=chrome
- TASK=java TARGET=grid TOXENV=chrome
- TASK=api_docs TARGET=java
- TASK=rb TARGET=unit-test
- TASK=rb TARGET=chrome-test
- TASK=rb TARGET=firefox-test
Expand All @@ -42,6 +43,8 @@ matrix:
- env: TASK=py TOXENV=py27-firefox
- env: TASK=py TOXENV=py27-marionette
- env: TASK=py TOXENV=py27-remote
- env: TASK=api_docs TARGET=py_
- env: TASK=api_docs TARGET=//rb:
before_script:
- sh -e /etc/init.d/xvfb start
script:
Expand Down Expand Up @@ -122,3 +125,10 @@ script:
rvm use 2.2.3
./go //rb:$TARGET
fi
- |
if [[ $TASK == "api_docs" ]]; then
if [[ $TARGET == "py_" ]]; then
./go py_prep_for_install_release
fi
./go ${TARGET}docs
fi

0 comments on commit a827edd

Please sign in to comment.