X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/b3811cf0d1bdab6154534eda1903c930885749ec..fe838bbc3516b19b6f8106237dd078fd6a101029:/.travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0b06902..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: rust -rust: - - nightly - - beta - - stable -script: - - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo bench; fi - - cargo test - - cargo test --release