.travis.yml 326 B

12345678
  1. language: node_js
  2. node_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"