Files
jquery.uls/.travis.yml
Amir E. Aharoni aeea1211fb Add 'sudo: false' to upgrade to new Travis infrastructure
This is done according to
http://docs.travis-ci.com/user/migrating-from-legacy/

As far as I know we don't need sudo of any kind,
and the performance advantages listed there sound good.
2015-08-04 17:29:53 +03:00

5 lines
50 B
YAML

language: node_js
node_js:
- "0.10"
sudo: false