Skip to content

Commit

Permalink
[CI] Multiple commands in travis script stanza
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Jun 29, 2019
1 parent 17939ae commit 19e597b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ go:
- 1.12

script:
go test -v
bash functional-tests.sh
# Unit testing
- go test -v
# Functional testing
- bash functional-tests.sh

0 comments on commit 19e597b

Please sign in to comment.