From da598b4c0ae407ec889cc77c96f53c480f522ec0 Mon Sep 17 00:00:00 2001 From: Daniel Hengeveld Date: Mon, 27 Apr 2015 15:55:34 -0700 Subject: [PATCH] Add a scopeless access token to public Travis config. It may seem strange to commit an access token to a public repository but this one has been granted no scopes, so it doesn't have access to *do* anything, and is simply used to avoid the GH API's unauthed rate limiting when fetching public assets. This path was chosen on the advice of the GH platform team. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 993787aee..6f8ff353d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ git: env: - NODE_VERSION=0.12 + - ATOM_ACCESS_TOKEN=da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4 os: - linux