summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2015-07-07 13:47:22 +0200
committerGDR! <gdr@gdr.name>2015-07-07 13:47:22 +0200
commit5ba82445e42bc36591cfa5de7d8c12f6d8e2d1e7 (patch)
treecf909ec9197c2098da8d435d4748b7b58dbcb47d /.travis.yml
parent21fac7520668442b1bd1877af9cb283fc1d7cd45 (diff)
Travis yml missing cd
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 64b0430..b6509bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,7 @@ before_script:
42 - cd .. 42 - cd ..
43 # toxcore 43 # toxcore
44 - git clone https://github.com/irungentoo/toxcore.git 44 - git clone https://github.com/irungentoo/toxcore.git
45 - cd toxcore
45 - autoreconf -i 46 - autoreconf -i
46 - CFLAGS="-Ofast -Wall -Wextra" ./configure --enable-daemon --enable-ntox 47 - CFLAGS="-Ofast -Wall -Wextra" ./configure --enable-daemon --enable-ntox
47 - make -j3 48 - make -j3