Skip to content

Commit 945e268

Browse files
committed
test PRs
1 parent c33d890 commit 945e268

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ before_cache:
5656

5757
branches:
5858
only:
59+
- master
5960
- staging
6061
- trying
6162

ci/install.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ main() {
1212
curl -L https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2?revision=bc2c96c0-14b5-4bb4-9f18-bceb4050fee7?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,7-2018-q2-update | tar --strip-components=1 -C gcc -xj
1313
}
1414

15-
# NOTE(TRAVIS_BRANCH) Travis is configured to only build *pushes* (not PRs)
16-
if [ $TRAVIS_BRANCH != master ] || [ $TRAVIS_EVENT_TYPE = cron ]; then
17-
main
18-
fi
15+
main

ci/script.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ main() {
2929
fi
3030
}
3131

32-
# NOTE See the NOTE in `install.sh`
33-
if [ $TRAVIS_BRANCH != master ] || [ $TRAVIS_EVENT_TYPE = cron ]; then
34-
main
35-
fi
32+
main

0 commit comments

Comments
 (0)