There was an error while loading. Please reload this page.
1 parent 7540c22 commit d602f88Copy full SHA for d602f88
.travis.yml
@@ -11,10 +11,10 @@ addons:
11
sources:
12
- ubuntu-toolchain-r-test
13
packages:
14
- - g++-7
+ - g++-5
15
16
script:
17
- - g++-7 --version && g++-7 -v # Check if proper version of g++ (>=7.2) is installed
+ - g++-5 --version && g++-5 -v # Check if proper version of g++ (>=5) is installed
18
- python --version # Check if the proper version of python (>=3.6) is installed
19
- cd tests # Enter test directory
20
- - python test_all_solutions.py $TRAVIS_BUILD_DIR g++-7 # Run all tests
+ - python test_all_solutions.py $TRAVIS_BUILD_DIR g++-5 # Run all tests
0 commit comments