diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-10-24 11:01:58 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-10-24 11:06:51 -0400 |
commit | 32ae82214c7c06744f1e8bc0f2789551087a20fe (patch) | |
tree | 842a7a653790e1895a49dcd321ea5e1425af6ad6 /.travis.yml | |
parent | d64807aab65a4e25012c639b28d5ac60e24dac32 (diff) | |
download | acap-32ae82214c7c06744f1e8bc0f2789551087a20fe.tar.xz |
ci: Switch to GitHub Actions
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 331ef33..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: rust - -rust: - - stable - - beta - - nightly - -script: - - cargo build --verbose --benches - - cargo rustdoc --verbose - - cargo test --verbose |