Skip to content

Commit 9abb438

Browse files
authored
Merge pull request #36 from smallstep/ca-commands
Integrate step certificates commands
2 parents 7123990 + 91699de commit 9abb438

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+5197
-2410
lines changed

.COMPONENT_VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
certificates: v0.0.1-rc.2

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- 1.10.x
3+
- 1.11.x
44
addons:
55
apt:
66
packages:
@@ -16,8 +16,7 @@ script:
1616
- make
1717
- make artifacts
1818
after_success:
19-
- bash <(curl -s https://codecov.io/bash) -t "$CODECOV_KEY" || echo "Codecov did not
20-
collect coverage reports"
19+
- bash <(curl -s https://codecov.io/bash) -t "$CODECOV_TOKEN" || echo "Codecov did not collect coverage reports"
2120
notifications:
2221
email: false
2322
stage: Github Release

Gopkg.lock

Lines changed: 146 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)