]> granicus.if.org Git - vnstat/commitdiff
teach Travis to use ./configure
authorTeemu Toivola <git@humdi.net>
Sat, 17 Oct 2015 22:35:58 +0000 (01:35 +0300)
committerTeemu Toivola <git@humdi.net>
Sat, 17 Oct 2015 22:35:58 +0000 (01:35 +0300)
.travis.yml

index 3ed2f8a43a465699c7ec280b122ed36ab4daae3a..811a87b0b416194ade2426c7efa93c9e2c2e3bc2 100644 (file)
@@ -19,8 +19,8 @@ before_install:
  - if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install gd ; fi
 
 script:
- - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then make debug && make tests && sudo make install && vnstat --version ; fi
- - if [ "${TRAVIS_OS_NAME}" == "osx" ]; then make debug && src/vnstat --version ; fi
+ - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then ./configure && make debug && make check && src/vnstat --version ; fi
+ - if [ "${TRAVIS_OS_NAME}" == "osx" ]; then ./configure && make debug && src/vnstat --version ; fi
 
 notifications:
   email: