UNPKG

326 BYAMLView Raw
1language: node_js
2node_js:
3 - "0.10"
4# Because of package.json dependency versions that start with '^', it's not
5# possible to `npm install` using the version of npm packaged with node 0.8
6# As a result, travis *always* fails for 0.8 now -- and thus it's not possible
7# to test jstransform on 0.8 with Travis CI :(
8# - "0.8"