summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorodanoburu <bcclaro@gmail.com>2018-08-11 22:07:53 -0300
committerodanoburu <bcclaro@gmail.com>2018-08-11 22:07:53 -0300
commit4038546321965f4c9c793796873cdbc1fd759893 (patch)
tree4fddf51b0d44b8f6e9e2daf9ef2eaaea4ecabb94
parentdf31ab241b91975d7da48859d8bbf6ecb5bb1adf (diff)
(#5) no need for make install
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 69f4313ba..58fee17e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,4 @@ before_install:
script:
- |
docker run --mount src="$(pwd)",target=/home/gfer,type=bind odanoburu/gf-src /bin/bash -c "cd /home/gfer/src/runtime/c &&
- autoreconf -i && ./configure && make && make install ; cd /home/gfer ; cabal install -fserver -fc-runtime --extra-lib-dirs='/usr/local/lib'"
+ autoreconf -i && ./configure && make ; cd /home/gfer ; cabal install -fserver -fc-runtime --extra-lib-dirs='/usr/local/lib'"