Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move test scripts to separate common repository #9

Merged
merged 1 commit into from
May 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 5 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
language: go
go:
- 1.13.x
- 1.14.x
- master
# Version needed to share Travis build
# configuration from external sources
version: ~> 1.0

git:
depth: 1

install:
- go get -t -v ./...

jobs:
include:
- stage: "lintvet"
name: "Lint and vet tests"
go_import_path:
- golang.org/x/lint
script:
- ./ci_scripts/travis.golint.sh
- ./ci_scripts/travis.govet.sh

stages:
- lintvet
- tests
import:
- openstack-k8s-operators/openstack-k8s-operators-ci:.travis/common_pipeline.yml
33 changes: 0 additions & 33 deletions ci_scripts/travis.golint.sh

This file was deleted.

14 changes: 0 additions & 14 deletions ci_scripts/travis.govet.sh

This file was deleted.