-
Notifications
You must be signed in to change notification settings - Fork 14
/
.travis.yml
39 lines (30 loc) · 1.14 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: rust
rust: nightly-2018-10-12
addons:
apt:
packages:
- gcc-arm-none-eabi
env:
global:
- secure: "fEbZypJurXOT1keDL8QtVb8d8IkNDdQI3iKh3OUQjruhdNWbma2T1MCB7J8OiMW9kw92R33NbY4gszm5BgjEFvdQBKKmSroanQ71tMYFLcIHKVbkJoGtYUKcQZVyvsl8q+1etX3+2CC1J/PWTAxQpXr6OA7jiwjuwqRm9IMKPIjrI3G0vXIygfFdEjfDhiGkVpf0xDMnjtlKVc2O/KZ6AD9E6pkpOO9qXHxsIL8OPlI+Y+GtQMG8tH+OzwwZzdZ3aH5dyCjoZRncPXWRyF/X2smi/XZthl9X2Un8XlINznEdqjrzco8UeNc922QQZFVllY01Thku5RMirr4wFfBayiQmBmJJOGDLaWgfpsbht8bW6kpNOcmOqob/uyeWyykxjj01nZ+OM60mLj8FjGA2iFa3Yb5u+CZej6PokvS5WhqVOv52VSBxB2cq/MR8lA8noK/NtKA+6s8GzfnWUNB2ktkXA24+xJmFhjLrqlZ/INtEwWnuJDHaGOvyQbdW3/LR8GUNCuEmuD06PVnOqaFIRYu7rxtucI4Z9IBPh/xCNwRukrBiPZ84JL4dko5LLWbS1gOgkhb3yusrOhkBdLXg1U7o4LO+e4MqRUmy47pJ/tsg+fsL0g3pqBNG2Nj8Xi4LT3J2PQa+x7Vgovtcgoqy1OvCl05UByOQ5mX413vKuuw="
install:
- bash ci/install.sh
script:
- bash ci/script.sh
after_success:
- bash ci/after-success.sh
cache:
- cargo
- pip
before_cache:
# Travis can't cache files that are not readable by "others"
- chmod -R a+r $HOME/.cargo
branches:
only:
- master
- staging
- trying
- dev
notifications:
email:
on_success: never