Update CI to point to master (#754)
Motivation:
The CI only runs the interop tests when pushed to the `nio` branch;
since `master` is the new `nio` we need to update Travis accordingly.
Modifications:
Update the target branch for running interop tests in CI
Result:
Interop tests run when merged to master.