Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmr13 committed Aug 23, 2016
1 parent 09d903a commit 6d7c22d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.jsbeautifyrc
.coveralls.yml
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
node_js:
- "4.5.0"

after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
"update": "gapps upload"
},
"dependencies": {
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"node-google-apps-script": "^1.1.5"
},
"devDependencies": {}
"node-google-apps-script": "^1.1.5",
"coveralls": "^2.11.12",
"mocha-lcov-reporter": "^1.2.0",
"sinon": "~1.8.0",
"istanbul": "~0.2.4"
}
}

0 comments on commit 6d7c22d

Please sign in to comment.