Skip to content

Instantly share code, notes, and snippets.

@terrierscript
Last active July 10, 2016 14:13
Show Gist options
  • Select an option

  • Save terrierscript/930b327729178b4cb588 to your computer and use it in GitHub Desktop.

Select an option

Save terrierscript/930b327729178b4cb588 to your computer and use it in GitHub Desktop.
Circle-CIでnode.jsのプロジェクトを動かすときのcircle.yml設定 ref: http://qiita.com/inuscript/items/d2c87e076595f801b44b
machine:
node:
version: 6.3.0
post:
- npm install -g npm@3
timezone: Asia/Tokyo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment