diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-27 14:54:45 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-08-27 14:55:09 +0200 |
| commit | 653338e7997a0cdc5deaed98b1bb5f60006717ed (patch) | |
| tree | 2434992762e1536e05c3ecb7fc32f607c59a958c /.travis.yml | |
| parent | c9c5ade13218ba9d7255fb00298309d18d892ee9 (diff) | |
v0.3.4
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 index f7257c9..1d6f3ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,15 +7,19 @@ matrix: - env: TARGET=thumbv6m-none-eabi rust: nightly + if: branch != master - env: TARGET=thumbv7m-none-eabi rust: nightly + if: branch != master - env: TARGET=thumbv7em-none-eabi rust: nightly + if: branch != master - env: TARGET=thumbv7em-none-eabihf rust: nightly + if: branch != master before_install: set -e |
