Skip to content

Commit

Permalink
Remove trailing whitespace from phase names
Browse files Browse the repository at this point in the history
Signed-off-by: C.J. Collier <[email protected]>
  • Loading branch information
cjac committed Apr 6, 2018
1 parent 914c653 commit 103b083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ env:
before_install:

- |
echo "phase:before_install "
echo "phase:before_install"
install:

- |
echo "phase:install "
echo "phase:install"
before_script:

- |
echo "phase:before_script "
echo "phase:before_script"
script:

Expand Down

0 comments on commit 103b083

Please sign in to comment.