Updated test script
This commit is contained in:
parent
b15f85e115
commit
1ae8547721
@ -29,6 +29,7 @@ before_script:
|
|||||||
- go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter
|
- go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter
|
||||||
- go get github.com/fzipp/gocyclo # Cyclomatic complexity
|
- go get github.com/fzipp/gocyclo # Cyclomatic complexity
|
||||||
- go get github.com/3rf/codecoroner # Dead code analysis
|
- go get github.com/3rf/codecoroner # Dead code analysis
|
||||||
|
- go get github.com/dustin/go-humanize # Dependency used in pixy files only
|
||||||
- npm install -g typescript # TypeScript
|
- npm install -g typescript # TypeScript
|
||||||
- git clone --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn # Database
|
- git clone --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn # Database
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user