Skip to content

Commit

Permalink
Merge pull request #178 from VSCodeVim/add_github_token
Browse files Browse the repository at this point in the history
add github_token to appveyor/travis
  • Loading branch information
jpoon committed Mar 4, 2016
2 parents 9e6f73a + c8888e2 commit 280039d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ node_js:
- "0.12"

env:
- TSD_GITHUB_TOKEN=8742b29e67faa29aa25564ff7317b50fd7c1327d

- GITHUB_TOKEN=1b17d62d38a4846efa7ea4de4b773b581787b0f1
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
node_js_version: "4.1.1"
TSD_GITHUB_TOKEN: "8742b29e67faa29aa25564ff7317b50fd7c1327d"
GITHUB_TOKEN: "1b17d62d38a4846efa7ea4de4b773b581787b0f1"
clone_depth: 1

install:
Expand Down

0 comments on commit 280039d

Please sign in to comment.