Skip to content
Snippets Groups Projects
.travis.yml 118 B
Newer Older
  • Learn to ignore specific revisions
  • Carl Lerche's avatar
    Carl Lerche committed
    ---
    language: rust
    sudo: false
    
    rust:
      - nightly
    
      - stable
      - 1.9.0
    
    Carl Lerche's avatar
    Carl Lerche committed
    
    script:
      - cargo test
    
    Carl Lerche's avatar
    Carl Lerche committed
      - cargo doc --no-deps