There was an error while loading. Please reload this page.
1 parent a621e63 commit 51823ceCopy full SHA for 51823ce
.travis.yml
@@ -14,7 +14,7 @@ addons:
14
- g++-7
15
16
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
+ - g++-7 --version && g++-7 -v # Check if proper version of g++ (>=7.2) is installed
+ - python3 --version # Check if the proper version of python (>=3.4) is installed
19
- cd tests # Enter test directory
20
- python test_all_solutions.py $TRAVIS_BUILD_DIR g++-7 # Run all tests
0 commit comments