diff options
author | Sam Scott <sam@osohq.com> | 2020-12-06 21:55:11 -0500 |
---|---|---|
committer | Sam Scott <sam@osohq.com> | 2020-12-06 21:57:11 -0500 |
commit | fb2dc95c516f3dc721467d7dd09def779abcfd31 (patch) | |
tree | d9c74fd27e7557eb3b89fcea1a9a704b77ce49aa /.travis.yml | |
parent | 7dc1b7c86749cbbe50a308e73469659232d9a3bb (diff) |
Add GitHub Actions.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f698d07..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: rust -rust: - - stable - - beta - - nightly -matrix: - allow_failures: - - rust: nightly -env: - - ARGS="--verbose" - - ARGS="--verbose --features=actix" - -script: - - cargo build $ARGS - - cargo test $ARGS |