master Update README with link to documentation

Push event #11.1 errored

  • Ran for
AMD64
Node.js: stable
Git
EMBER_VERSION=default
The .travis.yml file used for this job is not available
Build Config
{
  "env": [
    "EMBER_VERSION=default"
  ],
  "sudo": false,
  "cache": {
    "branch": "md5deep",
    "directories": [
      "node_modules"
    ]
  },
  "addons": {
    "sauce_connect": true
  },
  "matrix": {
    "fast_finish": true,
    "allow_failures": null
  },
  "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": {
      "secure": "JJezWGD9KJY/LC2aznI3Zyohy31VTIhcTKX7RWR4C/C8YKbW9kZv3xV6Vn11\nSHxJTeZo6st2Bpv6tjlWZ+HCR09kyCNavIChedla3+oHOiuL0D4gSo+gkTNW\nUKYZz9mcQUd9RoQpTeyxvdvX+l7z62/7JwFA7txHOqxbTS8jrjc="
    }
  },
  "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"
  ]
}