Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Sep 10, 2015
1 parent e6b4136 commit fea6b96
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
language: cpp

env:
global:
- SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true
matrix:
- export NODE_VERSION="0.10"
- export NODE_VERSION="0.12"
- export NODE_VERSION="iojs-v1.0"
- export NODE_VERSION="iojs-v1"
- export NODE_VERSION="iojs-v2"
- export NODE_VERSION="iojs-v3"
# - export NODE_VERSION="0.10"
# - export NODE_VERSION="0.12"
# - export NODE_VERSION="iojs-v1.0"
# - export NODE_VERSION="iojs-v1"
# - export NODE_VERSION="iojs-v2"
# - export NODE_VERSION="iojs-v3"
- export NODE_VERSION="4"

compiler: gcc

sudo: false

os:
- linux
# - linux
- osx

matrix:
Expand Down Expand Up @@ -53,7 +55,7 @@ script:
- npm install
- npm test

after_success: npm run-script coverage
after_success:
- if [ $TRAVIS_OS_NAME == "linux" ] && [ $NODE_VERSION == "4" ]; then
npm run-script coverage;
fi
Expand Down

0 comments on commit fea6b96

Please sign in to comment.