language: ruby cache: bundler branches: only: - master install: - sudo apt-get update - travis_retry sudo apt-get install -y bcrypt - travis_retry bundle install script: - rake