Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
edbf4972
Commit
edbf4972
authored
Sep 01, 2015
by
Michael Mifsud
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1117 from xzyfer/feat/new-travis
Update to the new Travis CI infrastructure.
parents
4e5510b1
e1d3f33d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
.travis.yml
.travis.yml
+11
-7
No files found.
.travis.yml
View file @
edbf4972
language
:
node_js
env
:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true
env
:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true
CC=gcc-4.7 CXX=g++-4.7 LINK=gcc-4.7 LINKXX=g++-4.7
compiler
:
gcc
sudo
:
false
node_js
:
-
"
0.10"
-
"
0.12"
...
...
@@ -15,14 +17,16 @@ node_js:
matrix
:
fast_finish
:
true
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
gcc-4.7
-
g++-4.7
before_install
:
-
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
-
sudo apt-get update
-
sudo apt-get install gcc-4.7 g++-4.7
-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20
-
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 20
-
g++ --version
-
sudo apt-get update -qq
-
git submodule update --init --recursive
after_success
:
npm run-script coverage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment