Travis to fire on adding a GitHub label

Is it possible to have a Travis job that is fired only when a GitHub label is added?

I want to add some E2E testing but only run it once the PR is approved and a label is added (so that this job is not fired every time there is a push the PR).