Skip to content

Commit

Permalink
Install things at the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Oct 29, 2014
1 parent 1c2d0dc commit 3d15062
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ wget https://raw.githubusercontent.com/samoht/ocaml-travisci-skeleton/master/.tr
sh .travis-opam.sh

eval `opam config env`
./configure --enable-tests
prefix=`opam config var prefix`

./configure --prefix=$prefix --enable-tests
make
make test
make install
Expand Down

0 comments on commit 3d15062

Please sign in to comment.