summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-10-15 21:11:44 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-10-15 21:11:44 +0200
commit8029e8ebf067b6a712e828ed87b5354a23db69b1 (patch)
tree8b2809838680eac034fe95b38a381759e655ce24
parentb796e3bd8da504afa2bad17ad0c4b0d620fe1025 (diff)
downloadlibnet-8029e8ebf067b6a712e828ed87b5354a23db69b1.tar.gz
Travis-CI: Reorder build rules slightly
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a4c4958..720118a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,9 +32,9 @@ before_install:
script:
- ./autogen.sh
- ./configure --prefix=/ --disable-silent-rules
- - make clean
- make doc
- - make
- make release
+ - make clean
+ - make
- make install-strip DESTDIR=/tmp/libnet
- tree /tmp/libnet