diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-12-15 19:08:51 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-12-15 19:08:51 +0100 |
| commit | 77de15f4688ba30175a9d32470ba123e0d31689e (patch) | |
| tree | cbe29876e5bf594969e68c5dddc576136300b2de /.travis.yml | |
| parent | 3413d8d7e8c62743a60179262a4d7c8430675559 (diff) | |
run ci on stable
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 09edbfe..481f8fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,11 @@ matrix: include: # NOTE used to build docs on successful merges to master - env: TARGET=x86_64-unknown-linux-gnu - rust: beta - env: TARGET=thumbv6m-none-eabi - rust: beta if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - env: TARGET=thumbv7m-none-eabi - rust: beta if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) - env: TARGET=x86_64-unknown-linux-gnu |
