summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Abdulkadir <autostart.ini@gmail.com>2018-06-11 18:12:44 +0300
committerAli Abdulkadir <autostart.ini@gmail.com>2018-06-11 18:12:44 +0300
commite05798f263bbe84594012abba391ac531d64a2ad (patch)
tree00228284e6069306081ab26f3b7dfc5fd4614cb9
parentd3f66d77c8ad867637f116a4c65b01c1625ebf45 (diff)
downloadlibnet-e05798f263bbe84594012abba391ac531d64a2ad.tar.gz
Travis: Move build steps from "install" to "script"
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 7802ce1..33adda1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,4 @@
language: c
-script:
- sudo make install
branches:
only:
- master
@@ -14,7 +12,8 @@ os:
before_install:
- if [ ${TRAVIS_OS_NAME} = "linux" ]; then sudo apt-get update -qq; sudo apt-get install -qq autoconf automake m4 libtool doxygen doxygen-latex liblua5.1-0-dev libdumbnet-dev; fi
- if [ ${TRAVIS_OS_NAME} = "osx" ]; then brew update; brew install doxygen lua@5.1 libdnet; fi
-install: cd libnet && ../Prepare && ../Build
+script:
+ cd libnet && ../Prepare && ../Build
after_success:
- bash <(curl -s https://codecov.io/bash)
#add email if you want to get notified