aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2013-04-26 10:22:19 -0700
committerBryn M. Reeves <bmr@redhat.com>2013-04-26 10:22:19 -0700
commitf667c3d9e82f206c1efbe9c10789e9faa43d9bb9 (patch)
tree37e20df344bda31451963e82fcc9b68c5d6f6ede /.travis.yml
parentb5a0d2b94aa3e5275e9ab5561455a91a8cc861df (diff)
parent898c484e57f5e26bb8e1a33688549c17a8f22e0e (diff)
downloadsos-f667c3d9e82f206c1efbe9c10789e9faa43d9bb9.tar.gz
Merge pull request #145 from battlemidget/patch-improve-makefile-debian
Patch improve makefile debian
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fafcbd3d..4d1406ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,6 @@ notifications:
email: false
install:
- "pip install nose nose-cov --use-mirrors"
- - "make gpgkey"
- "DESTDIR=. make install"
script:
- "make test"