initial commit
This commit is contained in:
8
node_modules/jstransform/.travis.yml
generated
vendored
Normal file
8
node_modules/jstransform/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user