diff options
| author | Jack Humbert | 2017-02-07 17:53:43 +0100 |
|---|---|---|
| committer | Jack Humbert | 2017-02-07 17:53:43 +0100 |
| commit | 616b8604b0b0f7e281ecfeff385d96a6a14955da (patch) | |
| tree | 09c30b5478fddf6c36326b21fdd963e82ff8cbb8 /.travis.yml | |
| parent | 6a92cc28977ff4d51fa0bafcb757867b27ebdb45 (diff) | |
variable scope fix for travis
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 28f01ecb07..18ecde7e3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: before_script: - avr-gcc --version script: -- make test AUTOGEN="false" +- make test AUTOGEN=false - bash util/travis_build.sh addons: apt: @@ -29,6 +29,4 @@ addons: - libnewlib-arm-none-eabi - diffutils after_success: - if [ "$AUTOGEN" == "true" ]; then - bash util/travis_compiled_push.sh; - fi + bash util/travis_compiled_push.sh |