Skip to content

Commit

Permalink
Pretty up script names
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStarich committed Jun 10, 2019
1 parent 3c7604a commit cd51e5e
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 @@ -7,11 +7,11 @@ services:

jobs:
include:
- name: lint
- name: Lint
script: make fmt vet
- name: test
- name: Test
script: make test
- name: docker
- name: Build Docker image
script: make docker
- stage: GitHub Release
script: make -j4 dist
Expand Down

0 comments on commit cd51e5e

Please sign in to comment.