Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
69d321e9
Commit
69d321e9
authored
Jun 09, 2015
by
krousey
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9400 from nikhiljindal/travis
Start running v1 tests on travis and shippable
parents
82f922b6
e76140ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-1
shippable.yml
shippable.yml
+1
-1
No files found.
.travis.yml
View file @
69d321e9
...
...
@@ -6,7 +6,7 @@ matrix:
include
:
-
go
:
1.4
env
:
-
KUBE_TEST_API_VERSIONS="v1
beta3
"
-
KUBE_TEST_API_VERSIONS="v1"
KUBE_TEST_ETCD_PREFIXES="registry"
-
go
:
1.3
env
:
...
...
shippable.yml
View file @
69d321e9
...
...
@@ -8,7 +8,7 @@ matrix:
include
:
-
go
:
1.4
env
:
-
KUBE_TEST_API_VERSIONS=v1
beta3
KUBE_TEST_ETCD_PREFIXES=registry
-
KUBE_TEST_API_VERSIONS=v1 KUBE_TEST_ETCD_PREFIXES=registry
-
go
:
1.3
env
:
-
KUBE_TEST_API_VERSIONS=v1beta3 KUBE_TEST_ETCD_PREFIXES=kubernetes.io/registry
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment