Skip to content

Commit

Permalink
Merge pull request #39 from nteract/update-creds-and-env
Browse files Browse the repository at this point in the history
Update secure token
  • Loading branch information
lgeiger authored Sep 10, 2016
2 parents a949a7c + 2cf366d commit c820e8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ osx_image: xcode7.2
env:

matrix:
- NODE_VERSION="5"
- NODE_VERSION="4"
- NODE_VERSION="6"
global:
secure: AMY9chDNyNawxPhxAksCREhbQoOmphQKo2hDuYIPXBCUNF6Zik969QlB07TVjo+Bo0KVEbG4ANTdI0FkFIhg4MuJIWUkW30ZDyCSovUx8zyWB/7IN23A4Cx4p4ZnKjezTHUQpZ9InRIZzy9kOR+215IIBP6GfxbUY89eDA6ARElcv1rwDjZqSnLAxfie6v80vIbhWxNK4kQjiEyIez5eWBjRg4//dmb63TvJjc78GFTaqmh6lRIApAyA0uKka14XR/PJw5IpDR+0Q2omHl4t4zbu9MdVNYMSD+c6iNxOq3fqZJwnyJ1ELErbtR8oeKgZX1SOew5QTCUZWQsa+ySYTCzUnhWjhCgN6W0ciVtT2PslS/ZcvnrGGIxJAOmTZwINw8sAp8yYdY9QCJOGdB5ah2oUBLGKElcFGqSblohXUEM1tXeRchmpXiiAxnPNtxc6lkZzz6NxDl2OFXSmjMS4Cr8cA//Bn6gM04xRJyETy86/8KDoL+ENc7gkeiuYUOFqkAn5X8PrqPdsPmF7yA61IF1ru/OgtiuCh+eqnzZKBPImJo2KfUIqVuRi/6eUaDfWLT7d/J84Vbe3p2nPxoFd2pSw60f/lIkzFSRZx3vBjQiW2MVUN7ZTdawMOzE4TpIV7rDOkKe7qJJobquJEjd2X9Z+8JiTYXK2pPN2GceiqAM=

Expand All @@ -46,5 +45,5 @@ deploy:
# Linking to prebuild directly since it doesn't work inside a npm script.
script: node_modules/prebuild/bin.js --all -u $GH_TOKEN
on:
condition: "$NODE_VERSION = 4"
condition: "$NODE_VERSION = 6"
tags: true
8 changes: 3 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
environment:
gh_token:
secure: C/XQkMO7/rNmgXlxoJ/Nt3jIkzrVM6UszyeMD1Xx9PvKCHrepmvcwrDpoTgwp1rs
GITHUB_TOKEN:
secure: 8CQgwBRBHNwfTcYdno2yTyyHOhRoSyElm2TzWOCpVh4jPA71l8bXQTxjyoSTJQaf
matrix:
- nodejs_version: "4"
- nodejs_version: "5"

platform:
- x64
- Win32
# - x86 # x86 builds aren't working for now

configuration:
- release
Expand All @@ -29,4 +27,4 @@ test_script:
- appveyor-retry call npm test

deploy_script:
- IF "%nodejs_version%;%appveyor_repo_tag%"=="4;true" (npm install prebuild -g & prebuild --all -u %gh_token%)
- IF "%nodejs_version%;%appveyor_repo_tag%"=="4;true" (npm install prebuild -g & prebuild --all -u %GITHUB_TOKEN%)

0 comments on commit c820e8c

Please sign in to comment.