Install Flash for Travis CI Builds
Do you have builds on Travis that require Flash to be installed? Installing the latest Flash plugin is as simple as:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq flashplugin-installer
Read more about Travis’ build environment to learn what packages, tools and settings are available. You can even drop down to a specific version of Firefox if needed.
Comments