animate/webGl/my-threejs-test/node_modules/is-json/.travis.yml

15 lines
214 B
YAML
Raw Normal View History

2024-06-24 09:24:00 +00:00
language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
branches:
only:
- master
notifications:
email:
- joaquim.serafim@gmail.com
script: npm test
before_install:
- npm install -g npm@~1.4.6