File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 10
10
- " 5.12"
11
11
12
12
before_install :
13
- - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
14
- - sudo apt-get update -qq
15
- - sudo apt-get install -qq g++-4.8
16
- - sudo rm /usr/bin/gcc
17
- - sudo rm /usr/bin/g++
18
- - sudo rm /usr/bin/gcov
19
- - sudo ln -s /usr/bin/gcc-4.8 /usr/bin/gcc
20
- - sudo ln -s /usr/bin/g++-4.8 /usr/bin/g++
21
- - sudo ln -s /usr/bin/gcov-4.8 /usr/bin/gcov
22
13
- git submodule update --init --recursive
14
+ - cpanm File::Slurp
23
15
- cpanm Devel::Cover
24
16
- cpanm -n Devel::Cover::Report::Coveralls
25
17
install :
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ my %config = (
107
107
extra_compiler_flags => ' -Wno-parentheses -Wno-tautological-compare -Wno-unused-value' .
108
108
($cover ? ' -O0 -fprofile-arcs -ftest-coverage' : ' ' ),
109
109
) : (),
110
- extra_cpp_compiler_flags => [ ' -std=c++11 ' ],
110
+ extra_cpp_compiler_flags => [ ' -std=c++0x ' ],
111
111
extra_linker_flags => ($cover ? ' -lgcov -fprofile-arcs -ftest-coverage' : ' ' ),
112
112
c_source => { ' libsass' => [ qw(
113
113
sass2scss.cpp node.cpp sass_util.cpp remove_placeholders.cpp
You can’t perform that action at this time.
0 commit comments