We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a3686 commit 0782b93Copy full SHA for 0782b93
.travis.yml
@@ -11,7 +11,7 @@ sudo: required
11
12
env:
13
global:
14
- - CRATE_NAME=codedx-cli-client
+ - CRATE_NAME=codedx-client
15
16
matrix:
17
# TODO These are all the build jobs. Adjust as necessary. Comment out what you don't need
appveyor.yml
@@ -3,12 +3,9 @@
3
4
environment:
5
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
8
RUST_VERSION: stable
9
10
- # TODO Update this to match the name of your project.
- CRATE_NAME: trust
+ CRATE_NAME: codedx-client
# TODO These are all the build jobs. Adjust as necessary. Comment out what you
# don't need
0 commit comments