Skip to content

Commit 1a4ee30

Browse files
committed
Fixed typo
1 parent bfa7cc6 commit 1a4ee30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ addons:
1515

1616
script:
1717
- g++-7 --version && g++-7 -v # Check if proper version of g++ (>=7.2) is installed
18-
- python --version # Check if the proper version of python (>=3.4) is installed
18+
- python --version # Check if the proper version of python (>=3.6) 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)