This commit is contained in:
Alex Dima 2016-08-17 11:09:23 +02:00
Родитель 37c87074e1
Коммит 85b3e574f8
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -3,4 +3,6 @@ node_js:
- "5.10"
script:
- tsc
- npm run test-travis
- npm run test-travis
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

Просмотреть файл

@ -19,6 +19,7 @@
},
"homepage": "https://github.com/Microsoft/node-fast-plist#readme",
"devDependencies": {
"coveralls": "^2.11.12",
"istanbul": "^0.4.4",
"mocha": "^3.0.2",
"sax": "^1.2.1",