Skip to content

Commit

Permalink
Fix a spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Jun 1, 2019
1 parent f50b86e commit b530517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ script:
- cd $GOPATH/src/app/ui
- npm run test:cover

after_success:
after_success:
- cd $GOPATH/src/app
- cat api/lcov.info ui/coverage/lcov.info | $GOPATH/src/app/ui/node_modules/.bin/coveralls

Expand Down

0 comments on commit b530517

Please sign in to comment.