aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-10-15 10:55:19 -0400
committerScott González <scott.gonzalez@gmail.com>2015-10-15 10:57:58 -0400
commit4d7c123c53339c3108982712b34815b3aabf010f (patch)
treef564e13ed29adfa4d07a0a4417b03b4317b877eb /.travis.yml
parent52d9ec6c4d7402d5ef04b8c7959f812f8d095cef (diff)
downloadjquery-ui-4d7c123c53339c3108982712b34815b3aabf010f.tar.gz
jquery-ui-4d7c123c53339c3108982712b34815b3aabf010f.zip
Build: Use the container-based infrastructure on Travis
Switch to node 0.12. Closes #1617
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6ef04eb80..25350d712 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
+sudo: false
language: node_js
node_js:
- - "0.10"
+ - "0.12"
before_script:
- npm install -g grunt-cli