Skip to content

Commit 7d5a372

Browse files
committed
Added documentation travis matrix. (fixes #345)
1 parent 8b8e5ae commit 7d5a372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
- TEST_SUITE: UNIT1
1414
- TEST_SUITE: UNIT2
1515
- TEST_SUITE: INTEGRATION
16+
- TEST_SUITE: DOCUMENTATION
1617
before_install: # Use this to prepare the system to install prerequisites or dependencies
1718
# Define some config vars
1819
- export ROS_DISTRO=indigo
@@ -46,5 +47,4 @@ script: # All commands must exit with code 0 on success. Anything else is consid
4647
- if [[ "$TEST_SUITE" == "INTEGRATION" ]]; then echo "Initiating integration tests" && bash ~/rapp_platform/rapp-platform-scripts/deploy/deploy_rapp_ros.sh & screen -d -m ~/rapp_platform/rapp-platform-scripts/deploy/deploy_web_services.sh && sleep 30 && echo "Executing normal integration tests" && rosrun rapp_testing_tools rapp_run_test.py ; fi
4748
after_success:
4849
# Create documentation on conditions
49-
- cd ~/rapp_platform/rapp-platform-scripts/documentation
50-
- bash travis_ci_documentation.sh
50+
- if [[ "$TEST_SUITE" == "DOCUMENTATION" ]]; then cd ~/rapp_platform/rapp-platform-scripts/documentation && bash travis_ci_documentation.sh; fi

0 commit comments

Comments
 (0)