aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-09-03 09:06:05 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-09-03 09:06:05 +0530
commitecd54bc8b43e39d1e921ab78689bfdb70e7432e0 (patch)
treed1d910e4440c4bd51f02de2c29ef1eb268cc4448 /.travis.yml
parenta982a195cebe4e898ce521175b33f63bc264e0b2 (diff)
downloadnnn-ecd54bc8b43e39d1e921ab78689bfdb70e7432e0.tar.gz
Clean up after compilation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e882a6..ef860bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,7 @@ script:
make;
make clean;
make -f scripts/make_native/Makefile.native;
+ make clean;
before_deploy:
- unset CFLAGS