Last active
July 10, 2016 14:13
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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