aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-08-29 14:56:33 +0200
committerJ08nY2017-08-29 14:56:33 +0200
commitf8f7c6851e793a8e431fe459d3d63e668bdd2026 (patch)
tree16a9e522f6f8f0e5ca4bee233455113968141b63
parent3da8316ca3edf81cb17e19551d9499855d52905c (diff)
downloadecgen-f8f7c6851e793a8e431fe459d3d63e668bdd2026.tar.gz
ecgen-f8f7c6851e793a8e431fe459d3d63e668bdd2026.tar.zst
ecgen-f8f7c6851e793a8e431fe459d3d63e668bdd2026.zip
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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)