Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Jul 16, 2015
1 parent 1842c7e commit 72dba0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,8 +1,11 @@
language: node_js
sudo: false
node_js:
- "0.10"
before_script:
- npm install istanbul coveralls
- npm install --dev
script: npm run travis-test
script:
- istanbul cover ./tests/index.js
after_success:
- coveralls < coverage/lcov.info

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -20,8 +20,7 @@
],
"scripts": {
"build": "node node_modules/buildman/index.js --all",
"travis-test": "istanbul cover ./tests/run.js && (coveralls < coverage/lcov.info || exit 0)",
"test": "node tests/run.js"
"test": "node tests/index.js"
},
"repository": "git://github.com/litejs/crypto-lite.git",
"bugs": {
Expand Down
File renamed without changes.

0 comments on commit 72dba0a

Please sign in to comment.