mirror of
https://github.com/italicsjenga/portability.git
synced 2024-11-23 07:21:31 +11:00
16 lines
128 B
YAML
16 lines
128 B
YAML
sudo: false
|
|
language: rust
|
|
|
|
rust:
|
|
- stable
|
|
- nightly
|
|
os:
|
|
- linux
|
|
|
|
branches:
|
|
except:
|
|
- staging.tmp
|
|
|
|
script:
|
|
- make
|