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

Commit de86a85

Browse files
committed
Back to c++0x from c++11
Fix #31
1 parent 4cef64d commit de86a85

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ 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
1512
install:
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
1913
- pip install -e . "Werkzeug >= 0.9" coverage coveralls
2014
script:
2115
- coverage run --source sass,sassc,sassutils setup.py test

0 commit comments

Comments
 (0)