Pull Request #6 Bump puma from 2.9.1 to 3.12.2

Bumps [puma](https://github.com/puma/puma) from 2.9.1 to 3.12.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v2.9.1...v3.12.2)

Signed-off-by: dependabot[bot] <support@github.com>

 avatar dependabot[bot]

Pull request event #22.1 errored

  • Ran for
AMD64
Node.js: stable
Git
EMBER_VERSION=default
travis-ci/travis-web-index:.travis.yml@84212e1
---
language: node_js
node_js: stable

env:
  - EMBER_VERSION=default
  # - EMBER_VERSION=release
  # - EMBER_VERSION=beta
  # - EMBER_VERSION=canary

matrix:
  allow_failures:
    # - env: EMBER_VERSION=release
    # - env: EMBER_VERSION=beta
    # - env: EMBER_VERSION=canary

  fast_finish: true

addons:
  sauce_connect: true

sudo: false

cache:
  branch: md5deep
  directories:
    - node_modules

before_install:
  - "npm config set spin false"
  - "npm install -g npm@^2"
  - mkdir travis-phantomjs
  - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
  - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
  - export PATH=$PWD/travis-phantomjs:$PATH

install:
  - npm install -g bower
  - npm install
  - bower install

script:
  - ember try $EMBER_VERSION

notifications:
  campfire:
    secure: "JJezWGD9KJY/LC2aznI3Zyohy31VTIhcTKX7RWR4C/C8YKbW9kZv3xV6Vn11\nSHxJTeZo6st2Bpv6tjlWZ+HCR09kyCNavIChedla3+oHOiuL0D4gSo+gkTNW\nUKYZz9mcQUd9RoQpTeyxvdvX+l7z62/7JwFA7txHOqxbTS8jrjc="

# FIXME this needs refinement, obvs
after_success:
  - "echo $TRAVIS_PULL_REQUEST"
  - "curl -sH \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/travis-ci/travis-web/pulls/$TRAVIS_PULL_REQUEST"
  - "export TRAVIS_PULL_REQUEST_BRANCH=`curl -sH \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/travis-ci/travis-web/pulls/$TRAVIS_PULL_REQUEST | grep -A 2 \"\\\"head\\\"\" | grep ref | cut -d '\"' -f4`"
  - "echo $TRAVIS_PULL_REQUEST_BRANCH"
  - "test $EMBER_VERSION == 'default' && test $TRAVIS_PULL_REQUEST && ember deploy pull-request --activate --verbose"
Build Config
{
  "os": [
    "linux"
  ],
  "env": {
    "jobs": [
      {
        "EMBER_VERSION": "default"
      }
    ]
  },
  "jobs": {
    "fast_finish": true
  },
  "sudo": false,
  "cache": {
    "branch": "md5deep",
    "directories": [
      "node_modules"
    ]
  },
  "addons": {
    "sauce_connect": {
      "enabled": true
    }
  },
  "script": [
    "ember try $EMBER_VERSION"
  ],
  "install": [
    "npm install -g bower",
    "npm install",
    "bower install"
  ],
  "node_js": [
    "stable"
  ],
  "language": "node_js",
  "after_success": [
    "echo $TRAVIS_PULL_REQUEST",
    "curl -sH \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/travis-ci/travis-web/pulls/$TRAVIS_PULL_REQUEST",
    "export TRAVIS_PULL_REQUEST_BRANCH=`curl -sH \"Authorization: token $GITHUB_TOKEN\" https://api.github.com/repos/travis-ci/travis-web/pulls/$TRAVIS_PULL_REQUEST | grep -A 2 \"\\\"head\\\"\" | grep ref | cut -d '\"' -f4`",
    "echo $TRAVIS_PULL_REQUEST_BRANCH",
    "test $EMBER_VERSION == 'default' && test $TRAVIS_PULL_REQUEST && ember deploy pull-request --activate --verbose"
  ],
  "notifications": {
    "campfire": [
      {
        "rooms": [
          {
            "secure": "pLeI5GKzjpgCtEDthpCunNtwX1kVBaB6o8IJrahtrklfiTONuKcz6RjXcFLrqQDtRO5FZrDlzB7yjN7XycIM8vo14tIo7FZdXWwt8SBSa906Ck6bbm3mCEs+h8fwqOPKIH/yIgeWhsF9BbqCT7tjfuMgRWCGdNZptC9jmYtzlP/w02TEtVD4mEgDLJVlBxPDbONe4Gc/h1u02R4VP2T3wAFcKB3d4mYYPQPibwGNHgj5aQy8FgJy6EVdqUZds7TbIf8Gv6W83+1XOhgVFsKUONEUXIq0N4Ncr8NwyTg92hqUqVqdl6K7TRTyjLLcQ1KKMe77VjT7Xi1c63Gq5Uw8SlmDAoK4GGPediax4o0RTHyyr0eSR1zp9KZRe11pfr1gsnGEfB3dUoIrQ0ThC1Znk7NzsA+E5UswgRuZVTdTGs+/Vn1iuMS3jvYyQSl3NdA78MQH5yZEU65FaMNHV0FizP+nI+d8xLmbOF6/wz3zsZX9LMt+vCd3gl7/aNLe8X2fqMr6MdmcuaWz5R/BAd4P7F2ML/oHsBG3AEK8/YJX8NWRuCfKRWb0fkoAq2WQZ3ZIFJLiZsAMxMuxdVl2bjQTfnPRmRRb7qIdxTqJKForjahJN1FsZGSRXf/2LPLKju7ISO8tYlRZAEb2Z1CQVMfnJ4g4DTTfUbracOiDDFOvL3U="
          }
        ]
      }
    ]
  },
  "before_install": [
    "npm config set spin false",
    "npm install -g npm@^2",
    "mkdir travis-phantomjs",
    "wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2",
    "tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs",
    "export PATH=$PWD/travis-phantomjs:$PATH"
  ]
}