[go: up one dir, main page]

floaty 0.1.0

A trait that abstracts over the common functionality of f32 and f64
Documentation
sudo: false
language: rust

rust:
  - stable
  - beta
  - nightly

before_script:
  - |
      pip install 'travis-cargo<0.2' --user &&
      export PATH=$HOME/.local/bin:$PATH

script:
  - |
      travis-cargo build &&
      travis-cargo test &&
      travis-cargo --only stable doc

after_success:
  - travis-cargo --only stable doc-upload

env:
  global:
    - secure: JIDXbGqJq9gSYTLfF6rchxD7TxGmbxV1HRCVlJJkNLmPNmJmGgoYZ7LiUPs5vx/4Ah4FLU3HY2kxh05ephmworRht9rWLBegmGZJtAkll3FdpetRldQ0DEdMTz75XbMCCes/wWAHoam9yG9RzIZC9Bw36rojXppZhTCGw28OCpg=

branches:
  only: master

notifications:
  email:
    on_success: never