I'm using Travis-CI to lint and test frontend javascript code programmatically (using Gruntjs).
My question is if I build a plugin and I want to test it on multiple version of a script, how can I manage this ?
For example, a simple use case would be if I build a jQuery plugin, can I ask grunt or travis to run it through test using version 1.6, then 1.7 and then 1.8 ?