summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 13:42:06 +0200
committerMarcus Meissner <marcus@linux-n4oc.site>2015-09-02 13:42:06 +0200
commit6c84fd0c8b9f58357b447fceb1191012763e4bf8 (patch)
tree05cbf592cfd56aeb6db8225b703476cd2e46348f /.travis.yml
parentea63be811d8e32cfef85cb7a68770fb35e55bc6b (diff)
downloadlibgphoto2-6c84fd0c8b9f58357b447fceb1191012763e4bf8.tar.gz
shell syntax
Diffstat (limited to '.travis.yml')
-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: