Skip to content

Commit

Permalink
#35: Don't remove dependencies on remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Sep 25, 2017
1 parent 165d75a commit f208981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Matched $COUNT rows\n"
[ $COUNT -gt 0 ] && true || false

echo "** Uninstalling test extension"
composer remove -v --working-dir=$DOCUMENTROOT/testsite --no-interaction joomlatools/composer-helloworld
composer remove -v --no-update --working-dir=$DOCUMENTROOT/testsite --no-interaction joomlatools/composer-helloworld

# Verify if component file has been removed
[ ! -f $DOCUMENTROOT/testsite/administrator/components/com_helloworld/helloworld.php ] && true || false
Expand Down

0 comments on commit f208981

Please sign in to comment.