Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
hiding output from corba server
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Oct 28, 2018
1 parent bc0dc9d commit 209c2a4
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 @@ -23,6 +23,6 @@ script:
- cd ../Client
- ant compile jar > /dev/null 2>&1
- cd ..
- ant -f Server run &
- ant -f Server run > /dev/null 2>&1 &
- ant -f Client test
- kill %1

0 comments on commit 209c2a4

Please sign in to comment.