mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
* Add xpath performer and scene scraping * Add studio scraping * Refactor code * Fix compile error * Don't overwrite performer URL during a scrape
12 lines
No EOL
151 B
YAML
12 lines
No EOL
151 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.9
|
|
- '1.10'
|
|
|
|
install:
|
|
- go get github.com/mattn/goveralls
|
|
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -service=travis-ci |