mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
13 lines
211 B
YAML
13 lines
211 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.6
|
|
- 0.9
|
|
git:
|
|
depth: 1
|
|
branches:
|
|
only:
|
|
- master
|
|
before_script:
|
|
- "tar -xzvf vendor/closure-compiler.tar.gz -C vendor"
|
|
- "tar -xzvf vendor/uglifyjs.tar.gz -C vendor"
|