We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc79cbe commit 719b3daCopy full SHA for 719b3da
1 file changed
.travis.yml
@@ -17,6 +17,8 @@ addons:
17
- sshpass
18
19
before_install:
20
+ # Upgrades pip
21
+ - pip install --upgrade pip
22
# Gets scripts
23
- git clone -b v1.2.2 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
24
# Sets scripts as executable
0 commit comments