Skip to content

Commit

Permalink
Use node version 6 on Travis
Browse files Browse the repository at this point in the history
Avoids this error:

````
/home/travis/build/localForage/localForage/node_modules/grunt-rollup/node_modules/rollup/dist/rollup.js:62
	for ( var item of map.entries() ) {
	               ^^
Loading "rollup.js" tasks...ERROR
>> SyntaxError: Unexpected identifier
````
  • Loading branch information
michielbdejong committed Feb 11, 2017
1 parent bccce53 commit 4d8e0fc
Showing 1 changed file with 1 addition and 1 deletion.
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 4d8e0fc

Please sign in to comment.