diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-08-10 00:51:33 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-08-10 00:51:33 +0200 |
commit | 7faee4052ffea5f989ca557968d445f33fb02e69 (patch) | |
tree | 92a1c42da0973fad4b0a7a0e3803c46e67dd2d3e | |
parent | a6f6a23355c94007c3e4a17819e99e08df93f7ba (diff) |
removed awkward quotations marks
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3ca82ab..18e1066 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: after_failure: - cat config.log script: -- "./autogen.sh" +- ./autogen.sh - git clean -df . && dpkg-buildpackage -b -us -uc - git clean -df . && export CC=i686-w64-mingw32-gcc && ./autogen.sh --host=i686-w64-mingw32 --build=$(gcc -dumpmachine) |