mirror of
https://github.com/serverless/serverless.git
synced 2026-02-01 16:07:28 +00:00
15 lines
188 B
YAML
15 lines
188 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- '4.2.3'
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- travis_retry npm install jshint jscs
|
|
|
|
script:
|
|
- ./node_modules/jshint/bin/jshint .
|
|
- ./node_modules/jscs/bin/jscs .
|
|
|