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

Commit aca5a1d

Browse files
committed
1 parent fea52df commit aca5a1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ python:
99
- 2.7
1010
- 3.3
1111
- 3.4
12+
before_install:
13+
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
14+
- sudo apt-get update -qq
1215
install:
16+
- sudo apt-get install -qq g++-4.8 libstdc++-4.8-dev
17+
- export CC="gcc-4.8" CXX="g++-4.8"
1318
- pip install -e . "Werkzeug >= 0.9" coverage coveralls
1419
script:
1520
- coverage run --source sass,sassc,sassutils setup.py test

0 commit comments

Comments
 (0)