Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 361c710

Browse files
committed
Force Travis CI to use GCC 4.8
1 parent aca5a1d commit 361c710

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ before_install:
1313
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
1414
- sudo apt-get update -qq
1515
install:
16-
- sudo apt-get install -qq g++-4.8 libstdc++-4.8-dev
17-
- export CC="gcc-4.8" CXX="g++-4.8"
16+
- sudo apt-get install -qq gcc-4.8 g++-4.8 libstdc++-4.8-dev
17+
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
18+
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20
1819
- pip install -e . "Werkzeug >= 0.9" coverage coveralls
1920
script:
2021
- coverage run --source sass,sassc,sassutils setup.py test

0 commit comments

Comments
 (0)