mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
e6fd82d351
This makes it possible to use Grunt without installing grunt-cli globally which makes the whole process more resilient. Ref gh-1706
6 lines
66 B
YAML
6 lines
66 B
YAML
sudo: required
|
|
dist: trusty
|
|
language: node_js
|
|
node_js:
|
|
- "0.12"
|