travis: specify node_js as language
This commit is contained in:
parent
1d76ea1e14
commit
b93026db3a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user