diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-02-07 01:54:58 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-07 01:54:58 -0500 |
| commit | c8d5376f11642aaaae9a247287db30d5b226c3b9 (patch) | |
| tree | a48cc9f6d369259204e0401c72e03535b5426440 /.travis.yml | |
| parent | f79f38d72637956132112014bd2eb000122cb06a (diff) | |
| download | qmk_firmware-c8d5376f11642aaaae9a247287db30d5b226c3b9.tar.gz qmk_firmware-c8d5376f11642aaaae9a247287db30d5b226c3b9.zip | |
fix typo
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 093f13be6..ebd4cc182 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 AUTOGET=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: |
