Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(travis): set 'sudo: false' and reenable travis cache
For some reason our jobs are being routed to the 'build.linux' travis queue, which has the travis cache disabled. In order for us to get the cache reenabled we need to get our jobs into the 'builds.docker' queue. This can be achieved via setting 'sudo: false' in .travis.yaml
- Loading branch information