mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Install nodejs & jshint on travis
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -6,5 +6,15 @@ go:
|
||||
|
||||
go_import_path: github.com/cloudflare/unsee
|
||||
|
||||
# nodejs is needed so that we can install jshint
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- nodejs
|
||||
|
||||
# install jshint, it's used for linting js files (needs nodejs)
|
||||
before_script:
|
||||
- npm install jshint
|
||||
|
||||
script:
|
||||
- make test
|
||||
|
||||
Reference in New Issue
Block a user