summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index da59884de..764cf7db3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ compiler:
- gcc
script:
- - export PATH=/usr/local/opt/gettext/bin:$PATH:. autoreconf -i -f
+ - PATH=/usr/local/opt/gettext/bin:$PATH:. autoreconf -i -f
- ./configure && make && make check
notifications: