Skip to content

Commit e0f48e8

Browse files
committed
Don't use a subshell for command
ends up suppressing output
1 parent d002529 commit e0f48e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addons:
33
postgresql: 9.4
44
script:
55
- cargo test
6-
- (sudo service postgresql stop && sudo service postgresql start 9.1)
6+
- sudo service postgresql stop && sudo service postgresql start 9.1
77
- cargo test
88
- cargo doc --no-deps
99
after_success:

0 commit comments

Comments
 (0)