Skip to content

Commit 0782b93

Browse files
committed
update crate_name in CI settings
1 parent 08a3686 commit 0782b93

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo: required
1111

1212
env:
1313
global:
14-
- CRATE_NAME=codedx-cli-client
14+
- CRATE_NAME=codedx-client
1515

1616
matrix:
1717
# TODO These are all the build jobs. Adjust as necessary. Comment out what you don't need

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33

44
environment:
55
global:
6-
# TODO This is the Rust channel that build jobs will use by default but can be
7-
# overridden on a case by case basis down below
86
RUST_VERSION: stable
97

10-
# TODO Update this to match the name of your project.
11-
CRATE_NAME: trust
8+
CRATE_NAME: codedx-client
129

1310
# TODO These are all the build jobs. Adjust as necessary. Comment out what you
1411
# don't need

0 commit comments

Comments
 (0)