Welcome to mirror list, hosted at ThFree Co, Russian Federation.

travis-before-script.sh « scripts « mocha-3.1.0 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5c6b25414f7ee11b3eb6e7518419b92b4f7b663 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
# installs awscli from pip if $S3 is set

if [ ${S3} ]
then
  sudo pip install awscli
fi