diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-06-30 01:14:40 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-06-30 04:37:59 +0000 |
| commit | 6480ec5c3a4c89d1f79075b76d3ab9230527cd54 (patch) | |
| tree | cc313edaf90f347e27140b2b6828947891f8d0a5 /rtic-macros/src | |
| parent | 08c0065c02b1c027207c25a297b2c0aa92646786 (diff) | |
CI: Remove travis, once and for all
Diffstat (limited to 'rtic-macros/src')
| -rw-r--r-- | rtic-macros/src/syntax/.travis.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/rtic-macros/src/syntax/.travis.yml b/rtic-macros/src/syntax/.travis.yml deleted file mode 100644 index 52d1ffd..0000000 --- a/rtic-macros/src/syntax/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -language: rust - -matrix: - include: - # MSRV - - env: TARGET=x86_64-unknown-linux-gnu - rust: 1.36.0 - - - env: TARGET=x86_64-unknown-linux-gnu - rust: stable - -before_install: set -e - -script: - - bash ci/script.sh - -after_script: set +e - -cache: cargo - -before_cache: - - chmod -R a+r $HOME/.cargo; - -branches: - only: - - staging - - trying - -notifications: - email: - on_success: never |
