Files
alfresco-ng2-components/react-app/node_modules/jstransform/.travis.yml
Mario Romano 29df96a085 react app
2016-04-06 17:52:19 +01:00

9 lines
326 B
YAML

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