Update .travis.yml by satyakrish · Pull Request #344 · warriorframework/warriorframework

Expand Up @@ -5,30 +5,6 @@ matrix: - os: linux env: INSTALL=no TESTFILE=./wftests/warrior_tests/projects/pj_common_actions.xml python: 2.7 - os: linux env: INSTALL=yes TESTFILE=./wftests/ci/pylint.sh PYLINT=yes python: 2.7 - os: linux env: INSTALL=yes TESTFILE=./wftests/warrior_tests/projects/pj_cond_var.xml python: 2.7 - os: linux env: INSTALL=yes TESTFILE=./wftests/warrior_tests/projects/pj_rest.xml python: 2.7 - os: linux env: INSTALL=yes TESTFILE=./wftests/warrior_tests/projects/pj_retry.xml python: 2.7 - os: linux env: INSTALL=yes TESTFILE=./wftests/warrior_tests/projects/pj_iterative_execution.xml python: 2.7 - os: linux env: INSTALL=yes TESTFILE=./wftests/warrior_tests/projects/pj_parallel_execution.xml python: 2.7 - os: linux env: INSTALL=yes TESTFILE=./wftests/warrior_tests/projects/pj_parallel_execution_2.xml python: 2.7 - os: linux env: INSTALL=yes TESTFILE=./wftests/warrior_tests/projects/pj_runmode_retry_at_suite_level_at_project_file.xml python: 2.7
before_install: - if [ ${INSTALL} = "yes" ]; then Expand All @@ -52,3 +28,5 @@ script: else python ./warrior/Warrior $TESTFILE ; fi after_success: - bash <(curl -s https://copilot.blackducksoftware.com/ci/travis/scripts/upload)