Initial commit
[yaffs-website] / node_modules / liftoff / .travis.yml
1 language: node_js
2 os:
3   - linux
4   - osx
5 node_js:
6   - "6"
7   - "5"
8   - "4"
9   - "0.12"
10   - "0.10"
11 before_install:
12   - npm update -g npm
13 matrix:
14   fast_finish: true
15   allow_failures:
16     - node_js: "0.10"