travis: specify node_js as language

This commit is contained in:
Sean Lavine 2015-10-18 20:48:53 -07:00
parent 1d76ea1e14
commit b93026db3a

View File

@ -1,6 +1,8 @@
# need sudo for docker
sudo: required
language: node_js
# skip install step (npm install)
# See http://docs.travis-ci.com/user/customizing-the-build/#Skipping-the-Installation-Step
install: true