Skip to content

Commit

Permalink
Fix Travis error for "sudo"
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed Oct 2, 2015
1 parent fc00306 commit 44e98ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ install_db() {
mysqladmin CREATE $DB_NAME --user="$DB_USER" --password="$DB_PASS"$EXTRA;
}

# Create xdebug log, if not correctly installed by Vagrant
# See https://github.com/Varying-Vagrant-Vagrants/VVV/issues/621
fix_vagrant_permissions() {
sudo touch /tmp/xdebug-remote.log;
sudo chmod 666 /tmp/xdebug-remote.log;
}

fix_vagrant_permissions
install_wp
install_depencency
install_test_suite
Expand Down

0 comments on commit 44e98ca

Please sign in to comment.