File: .travis.yml

package info (click to toggle)
rust-core-graphics 0.22.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 292 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: rust
os: osx
rust:
  - nightly
  - beta
  - stable

script:
  - cargo test
  - cargo test --features="elcapitan"