summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/.travis.yml
blob: 10219eaa1665234594479026c337477d4c7692c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
node_js:
  - "4.0"
  - "iojs"
  - "0.12"
  - "0.11"
  - "0.10"
  - "0.8"

matrix:
  allow_failures:
    - node_js: "0.8"

# Allow Travis tests to run in containers.
sudo: false