Initial commit
[yaffs-website] / node_modules / iconv-lite / .travis.yml
1  sudo: false
2  env:
3    - CXX=g++-4.8
4  language: node_js
5  node_js:
6    - "0.8"
7    - "0.10"
8    - "0.11"
9    - "0.12"
10    - "iojs"
11    - "4.0"
12  addons:
13    apt:
14      sources:
15        - ubuntu-toolchain-r-test
16      packages:
17        - gcc-4.8
18        - g++-4.8
19  before_install:
20    - "test $TRAVIS_NODE_VERSION != '0.8' || npm install -g npm@1.2.8000"