From f8f7c6851e793a8e431fe459d3d63e668bdd2026 Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 29 Aug 2017 14:56:33 +0200 Subject: Add unit testing to Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d10cd52..da792fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_install: - sudo dpkg --force-all -i libreadline7_7.0-0ubuntu2_amd64.deb libpari-gmp-tls5_2.9.3-1_amd64.deb libpari-dev_2.9.3-1_amd64.deb pari-gp_2.9.3-1_amd64.deb script: - - TEST=1 make -j2 test + - TEST=1 make -j2 unittest after_success: - bash <(curl -s https://codecov.io/bash) -- cgit v1.3.1