diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-26 13:02:55 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-26 13:02:55 -0400 |
commit | 898c484e57f5e26bb8e1a33688549c17a8f22e0e (patch) | |
tree | a8d99c8e8b22bd9075f614c9475ce1b66361e91b | |
parent | b350a8a0eba82f5daaae0b0a4b19fbbc2634b8c7 (diff) | |
download | sos-898c484e57f5e26bb8e1a33688549c17a8f22e0e.tar.gz |
Remove make gpgkey in travis build script
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
-rw-r--r-- | .travis.yml | 1 |
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" |