mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
ca0dd7a380
.travis.yml used single quotes which is inconsistent with what we use in most
other files. Also, the file was missing an empty line at the end.
(cherry-picked from 06320c88af
)
8 lines
64 B
YAML
8 lines
64 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4"
|
|
|