Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] travis caching enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Oct 31, 2015
1 parent 22770c4 commit 6acff11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
node_js:
- "node"
- node
after_script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
sudo: false
cache:
directories:
- node_modules

0 comments on commit 6acff11

Please sign in to comment.