aboutsummaryrefslogtreecommitdiff
path: root/ci/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/install.sh')
-rw-r--r--ci/install.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 495e51d..371cc8e 100644
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -12,7 +12,4 @@ main() {
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
}
-# NOTE(TRAVIS_BRANCH) Travis is configured to only build *pushes* (not PRs)
-if [ $TRAVIS_BRANCH != master ] || [ $TRAVIS_EVENT_TYPE = cron ]; then
- main
-fi
+main