circle.yml 245 B

123456789
  1. machine:
  2. node:
  3. version: 0.10.26
  4. checkout:
  5. post:
  6. - echo "_auth = `printf $AUTH`" > npmrc
  7. dependencies:
  8. override:
  9. - npm install --userconfig npmrc --registry https://segmentio.registry.nodejitsu.com --no-strict-ssl --always-auth