From 6c84fd0c8b9f58357b447fceb1191012763e4bf8 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 2 Sep 2015 13:42:06 +0200 Subject: shell syntax --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.1