nc 0.4.6

Execute system call directly
Documentation
branches:

language: rust
matrix:
  include:
    - rust: nightly

sudo: false
script:
  - cargo test

notifications:
  email:
    on_success: never