[mlpack-git] [mlpack/mlpack] Adding test coverage (#705)

Ryan Curtin notifications at github.com
Wed Jun 29 16:52:51 EDT 2016


> @@ -10,12 +10,11 @@ before_install:
>    - export CXX=g++-4.8
>    - printenv
>    - sudo cp .travis/config.hpp /usr/include/armadillo_bits/config.hpp
> -install:
> -  - mkdir build && cd build && cmake -DDEBUG=OFF -DPROFILE=OFF .. && make -j4
> -script:
> -  - travis_wait 30 ./bin/mlpack_test -p
> -notifications:
> -  email:
> -    - mlpack-git at cc.gatech.edu
> -  irc:
> -    - "chat.freenode.net#mlpack"
> +  - pip install --user cpp-coveralls
> +  - sudo apt-get install lcov
> +  - sudo apt-get install ruby
> +  - sudo gem install coveralls-lcov
> +  - printf "Y\n" > apt_input.txt

This line shouldn't be necessary anymore. :)  You can also use `apt-get -y` if you need, or even `yes | apt-get install ...`.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/705/files/da19f14d483394568480883a3966b9aa783228d2#r69025407
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160629/47227429/attachment-0001.html>


More information about the mlpack-git mailing list