mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-20 19:20:17 -04:00
9 lines
113 B
YAML
9 lines
113 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "0.10"
|
|
- "4"
|
|
- "6"
|
|
before_install:
|
|
- npm install -g npm
|