From: Scott González Date: Thu, 15 Oct 2015 14:55:19 +0000 (-0400) Subject: Build: Use the container-based infrastructure on Travis X-Git-Tag: 1.12.0-beta.1~47 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4d7c123c53339c3108982712b34815b3aabf010f;p=jquery-ui.git Build: Use the container-based infrastructure on Travis Switch to node 0.12. Closes #1617 --- 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