Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Sep 1, 2015
1 parent 466b5ca commit 3a86027
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js

env: SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true

compiler: gcc
compiler: gcc-4.7

node_js:
- "iojs-v3"
Expand All @@ -17,12 +17,13 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.7
- g++-4.7
- gcc-4.7
- g++-4.7

before_install:
- update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 20
- g++ --version
- ls -lsa /usr/bin/g*
- git submodule update --init --recursive

after_success: npm run-script coverage
Expand Down

0 comments on commit 3a86027

Please sign in to comment.