Skip to content

Commit d602f88

Browse files
authored
Downgraded back to GCC5
1 parent 7540c22 commit d602f88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ addons:
1111
sources:
1212
- ubuntu-toolchain-r-test
1313
packages:
14-
- g++-7
14+
- g++-5
1515

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

0 commit comments

Comments
 (0)