We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4dfc6 commit fedec9dCopy full SHA for fedec9d
.travis.yml
@@ -12,13 +12,11 @@ before_install:
12
# Requirement for 'test-local-deployment'
13
- pip install --user awscli
14
- export PATH=$PATH:$HOME/.local/bin
15
-before_script:
16
- - _script/start-pg
17
gobuild_args: -a -tags netgo -ldflags '-w'
18
go_import_path: github.com/adevinta/vulnerability-db
19
script:
20
- go install ./...
21
- - go test -v -tags integration $(go list ./... | grep -v /vendor/) ./test
+ - _script/test
22
after_success:
23
- bash -c 'source <(curl -s https://raw.githubusercontent.com/adevinta/vulcan-cicd/master/docker.sh)'
24
- cd local_deployment
_script/start-pg
_script/test_local renamed to _script/test
0 commit comments