Skip to Content Collective Idea Home

Install Flash for Travis CI Builds

by Brian Ryckbost

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.