Skip to content

Commit

Permalink
[TravisCI] Add example PI to run (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
kygx-legend authored Mar 9, 2017
1 parent c854890 commit 218b3db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ script:
# Run unit test.
- make -j4 HuskyUnitTest
- ./HuskyUnitTest --gtest_shuffle # To check if the order causes some time-out failures.
# Test if example PI succeeds to run
- ./PI --master_host localhost --master_port 10086 --comm_port 10010 --worker.info localhost:4

0 comments on commit 218b3db

Please sign in to comment.