Skip to content

Commit

Permalink
Merge pull request #657 from michielbdejong/patch-1
Browse files Browse the repository at this point in the history
Use node 6 on Travis
  • Loading branch information
thgreasi committed Feb 11, 2017
2 parents 5045c6c + 4d8e0fc commit f524ed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -35,3 +35,6 @@ build/
.yardoc
_yardoc
doc/

# typescript cache
.tscache
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ before_install:
- bower install
language: node_js
node_js:
- '0.10'
- '6'
env:
global:
secure: LSmHs32nmcjgp3/5hQASgIPUDF/zexvwV/XASRYCDkwJRllDZ8n8wIvHx+D1QVcotx7jSAVEKM2tcfMq/JLXVHUmNNpeG9maUMfZAHA7xFlAo5GNAG3p/rqYe3tan9Xum+Is6A71kXTVnaVyOTG5ApEyj8QUwPfHpv1ziGJu72Y=
Expand Down

0 comments on commit f524ed5

Please sign in to comment.