We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b43150 commit 3b2321aCopy full SHA for 3b2321a
.travis.yml
@@ -4,12 +4,15 @@ matrix:
4
include:
5
- env: TARGET=x86_64-unknown-linux-gnu
6
rust: nightly
7
+ if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
8
9
- env: TARGET=thumbv6m-none-eabi
10
11
12
13
- env: TARGET=thumbv7m-none-eabi
14
15
16
17
before_install: set -e
18
@@ -29,6 +32,7 @@ before_cache:
29
32
30
33
branches:
31
34
only:
35
+ - master
36
- staging
37
- trying
38
0 commit comments