File: .travis.yml

package info (click to toggle)
rust-pledge 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
language: rust
sudo: false
dist: trusty

matrix:
    include:
        - rust: stable
        - rust: beta

notifications:
    email: false