diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-02-07 02:00:07 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-07 02:00:07 -0500 |
| commit | 6a92cc28977ff4d51fa0bafcb757867b27ebdb45 (patch) | |
| tree | c0864e38ea776fb7925975571cf135f4ebe3dfea /.travis.yml | |
| parent | c8d5376f11642aaaae9a247287db30d5b226c3b9 (diff) | |
| download | qmk_firmware-6a92cc28977ff4d51fa0bafcb757867b27ebdb45.tar.gz qmk_firmware-6a92cc28977ff4d51fa0bafcb757867b27ebdb45.zip | |
correctly assign bash variable
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ebd4cc182..28f01ecb0 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -17,7 +17,7 @@ install: | |||
| 17 | before_script: | 17 | before_script: |
| 18 | - avr-gcc --version | 18 | - avr-gcc --version |
| 19 | script: | 19 | script: |
| 20 | - make test AUTOGEN=false | 20 | - make test AUTOGEN="false" |
| 21 | - bash util/travis_build.sh | 21 | - bash util/travis_build.sh |
| 22 | addons: | 22 | addons: |
| 23 | apt: | 23 | apt: |
