Skip to content

Commit c7eb546

Browse files
committed
Merge remote-tracking branch 'remotes/origin/develop' into antlr4
# Conflicts: # .travis.yml # requirements.txt
2 parents 042be3f + 138c04c commit c7eb546

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# Using Python for the project
55
language: python
6-
python:
7-
- "3.7"
8-
- "3.8"
6+
python:
7+
- "3.7"
8+
- "3.8"
99
matrix:
1010
include:
1111
# Tests and deploys docs, also runs coverage report
@@ -18,7 +18,7 @@ addons:
1818

1919
before_install:
2020
# Gets scripts
21-
- git clone -b v1.2.2 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
21+
- git clone -b v1.2.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
2222
# Sets scripts as executable
2323
- chmod -R +x ~/.scripts/*
2424
# Prepares CI environment

0 commit comments

Comments
 (0)