switching from a full build to 'cargo check' in CI accomplishes mostly the same thing for my purposes and reduces the CI run time.
2 files changed, 3 insertions(+), 3 deletions(-) M .build.yml M .travis.yml
M .build.yml => .build.yml +2 -2
@@ 9,5 9,5 @@ environment: tasks: - build: | cd clinte cargo test cargo build \ No newline at end of file cargo check cargo test \ No newline at end of file
M .travis.yml => .travis.yml +1 -1