Pull Request #9 Bump rake from 10.1.1 to 12.3.3

Bumps [rake](https://github.com/ruby/rake) from 10.1.1 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/rake-10.1.1...v12.3.3)

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

 avatar dependabot[bot]

Pull request event #28.1 errored

  • Ran for
AMD64
no language set
Git
travis-ci/travis-web-index:.travis.yml@3fa42d0
---
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
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "node_js": [
    "stable"
  ],
  "env": {
    "jobs": [
      {
        "EMBER_VERSION": "default"
      }
    ]
  },
  "addons": {
    "sauce_connect": {
      "enabled": 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": [
      {
        "rooms": [
          {
            "secure": "g0UP4sTl7GHBuqZxrBUIvagXJbVlODGtJ7ibxRXJkkU3bcmpnvDDPvdO1jxdZTEaQBE8jlJf3YdM4UkCvQkv6nwUFtFXHtdd3kqDwSIRmR9SA1FKLyD8iypXoUdSbm/g8S30bVNt4mxuA539vT5/C3SZ6G1fzXttV3WBDgpYMm1ZuKjTWVMmccqEZvr/qKwfLirNmCC7zP8s5DF8zekOiVB8IOI4v7jujw1F99mIhgcbhPIy1e0g4ECcVKX2cGn8KKzhMhgALD3F5s3RXvYdL5wJnqyyZZoTimMS4QOaw0weOqj13ppfHaLoTvLU+137s3JYgjjqPsg5hEH1+a/ILKH3MOwopFBNI7V73LxNd1QCr4iqIdN2ai9CIvjPnLLQJ5SMpJUyMnRwB1nnmoJURJF9KLLrMyLUGER62PKilVweSN9s4NwfkkUCoZn+WI5t9GtdqU3BNfWJ8TmXdvlQgPNj0wSJ3MHWoUP1uihu6APnsvCNv+T7JtkwFYqISCzx3QuCkgf3IZ0JGEYzH60Fho6o0OTj9VkLQJwhmpKxrLOgodN90ACKws4fm4qfvReurg1s4vJOFvJcNA9wvUU9viiPt0iVT9t+puPK8VOFEUPoqcQqyh6jD3aG6gkEKqZ+DcO8ufAtP818qUSTX8MLiJI131hX1f5pPTRIKirY2rg="
          }
        ]
      }
    ]
  },
  "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"
  ],
  "jobs": {
    "allow_failures": [],
    "fast_finish": true
  }
}