We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 042be3f + 138c04c commit c7eb546Copy full SHA for c7eb546
1 file changed
.travis.yml
@@ -3,9 +3,9 @@
3
4
# Using Python for the project
5
language: python
6
- python:
7
- - "3.7"
8
- - "3.8"
+python:
+ - "3.7"
+ - "3.8"
9
matrix:
10
include:
11
# Tests and deploys docs, also runs coverage report
@@ -18,7 +18,7 @@ addons:
18
19
before_install:
20
# Gets scripts
21
- - git clone -b v1.2.2 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
+ - git clone -b v1.2.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
22
# Sets scripts as executable
23
- chmod -R +x ~/.scripts/*
24
# Prepares CI environment
0 commit comments