mirror of https://github.com/statping/statping
parent
fb4cf78d8c
commit
6d9dee6a33
|
@ -62,7 +62,7 @@ before_script:
|
|||
- psql -c 'create database test;' -U postgres
|
||||
|
||||
script:
|
||||
- make test-all
|
||||
- travis_retry make test-all
|
||||
- make test-api
|
||||
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make coverage; fi
|
||||
|
||||
|
|
1
Makefile
1
Makefile
|
@ -238,6 +238,7 @@ clean:
|
|||
rm -rf source/{logs,assets,plugins,statup.db,config.yml,.sass-cache,*.log}
|
||||
rm -rf types/{logs,assets,plugins,statup.db,config.yml,.sass-cache,*.log}
|
||||
rm -rf utils/{logs,assets,plugins,statup.db,config.yml,.sass-cache,*.log}
|
||||
rm -rf dev/{logs,assets,plugins,statup.db,config.yml,.sass-cache,*.log,test/app,plugin/*.so}
|
||||
rm -rf {parts,prime,snap,stage}
|
||||
rm -rf dev/test/cypress/videos
|
||||
rm -f coverage.* sass
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue