Skip to content

Commit

Permalink
Updated the trigger tavis script to not re-install framework and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
goreaditya committed Jun 1, 2018
1 parent 552b50d commit 11cf510
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/trigger_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ body="{
\"branch\":\"$BRANCH\"
$MESSAGE,
\"config\": {
\"script\": [\"# Install framework \nbash bin/install_framework.sh\",
\"# Install VE module dependencies \nbash bin/install_module_dependencies.sh\",
\"# Install package dependencies \nbash bin/install_package_dependencies.sh\",
\"script\": [\"# Install package dependencies \nbash bin/install_package_dependencies.sh\",
\"# Check package for problems \nbash bin/check_package.sh\",
\"# Run package tests \nbash bin/run_test.sh\",
\"# Install package \nbash bin/install_package.sh\",
Expand Down

0 comments on commit 11cf510

Please sign in to comment.