deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

fix(.travis.yml): declare env vars on one line #489

Closed mboersma closed 7 years ago

mboersma commented 7 years ago

Without this change, Travis CI runs a separate job for each environment variable, which was unintended.

codecov-io commented 7 years ago

Codecov Report

Merging #489 into master will decrease coverage by -0.25%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #489      +/-   ##
==========================================
- Coverage   56.18%   55.93%   -0.25%     
==========================================
  Files          29       29              
  Lines        1221     1221              
==========================================
- Hits          686      683       -3     
- Misses        497      500       +3     
  Partials       38       38
Impacted Files Coverage Δ
pkg/sshd/server.go 55% <ø> (-2.23%) :x:
pkg/healthsrv/circuit_state.go 88.88% <ø> (+11.11%) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update deac308...7f121a4. Read the comment docs.

krisnova commented 7 years ago

Oh there are lots of these 😃