Skip to content

Commit 51823ce

Browse files
committed
Typo
1 parent a621e63 commit 51823ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ addons:
1414
- g++-7
1515

1616
script:
17-
- g++-7 --version && g++-7 -v # Check if proper version of g++ (>7.2) is installed
18-
- python3 --version # Check if the proper version of python (>3.4) is installed
17+
- g++-7 --version && g++-7 -v # Check if proper version of g++ (>=7.2) is installed
18+
- python3 --version # Check if the proper version of python (>=3.4) is installed
1919
- cd tests # Enter test directory
2020
- python test_all_solutions.py $TRAVIS_BUILD_DIR g++-7 # Run all tests

0 commit comments

Comments
 (0)