Skip to content

Commit bdfabd8

Browse files
author
Sebastiano Merlino
committed
Changed travis build path
1 parent 1fa0116 commit bdfabd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: cpp
22
compiler: gcc
33
# Change this to your needs
4-
script: ./bootstrap && ./configure && make
4+
script: ./bootstrap && mkdir build && cd build && ../configure && make

0 commit comments

Comments
 (0)