Skip to content

Commit

Permalink
Merge pull request #179 from shiftkey/update-travis
Browse files Browse the repository at this point in the history
update travis configuration to cache and use a later version of node
  • Loading branch information
Jessica Lord authored Jan 6, 2017
2 parents 4f39757 + ffe2b27 commit b101d20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
language: node_js

node_js:
- '0.12'
- '6'

cache:
timeout: 600
directories:
- node_modules
- $HOME/.electron

0 comments on commit b101d20

Please sign in to comment.