Skip to content

Commit

Permalink
Removed \ from command string (worked, but also gave warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Alger committed Jul 1, 2015
1 parent a15a9fc commit e83ea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
$HOME/.cache/bin/composer self-update; echo '';
else
mkdir -p $HOME/.cache/bin;
curl --connect-timeout 30 -sS https://getcomposer.org/installer \
curl --connect-timeout 30 -sS https://getcomposer.org/installer
| php -- --install-dir $HOME/.cache/bin/ --filename composer;
fi
fi'
Expand Down

0 comments on commit e83ea29

Please sign in to comment.