diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:18 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:18 +0100 |
commit | 70fb71ba581e33ef574eadf4dfa4a8eb84740df3 (patch) | |
tree | c33bd83a84705d12379b819f6885e245c6bafa8e /.travis.yml | |
parent | c8c5e880781343d72671c231be8e132af5e2f344 (diff) |
chore(all): add continuous integration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e5e338a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: rust +rust: + - nightly +cache: cargo
\ No newline at end of file |