2013-02-02 01:36:58 +09:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
2020-04-22 06:57:01 +09:00
|
|
|
- lts/*
|
2016-07-25 21:32:44 +09:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
install:
|
2016-10-28 04:04:40 +09:00
|
|
|
- npm install -g npm@latest
|
2016-03-05 00:36:46 +09:00
|
|
|
- npm install -g gulp-cli
|
2016-07-25 21:32:44 +09:00
|
|
|
- npm install
|