Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
dex
Commits
c4767077
Commit
c4767077
authored
9 years ago
by
Eric Chiang
Browse files
Options
Downloads
Plain Diff
Merge pull request #234 from ericchiang/travis_functional
*: add functional tests to travis config (WIP)
parents
5192cac3
5dd08a8d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+16
-10
16 additions, 10 deletions
.travis.yml
with
16 additions
and
10 deletions
.travis.yml
+
16
−
10
View file @
c4767077
sudo
:
required
services
:
-
docker
language
:
go
language
:
go
matrix
:
go
:
include
:
-
1.4.3
-
go
:
1.4.3
-
1.5.2
install
:
-
go get golang.org/x/tools/cmd/cover
env
:
-
go get golang.org/x/tools/cmd/vet
-
DEX_TEST_DSN="postgres://postgres@127.0.0.1:15432/postgres?sslmode=disable" ISOLATED=true
-
go
:
1.5.2
install
:
true
install
:
-
go get golang.org/x/tools/cmd/cover
-
go get golang.org/x/tools/cmd/vet
-
docker pull quay.io/ericchiang/postgres
script
:
script
:
-
docker run -d -p 127.0.0.1:15432:5432 quay.io/ericchiang/postgres
-
./test
-
./test
notifications
:
notifications
:
email
:
false
email
:
false
sudo
:
false
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment