aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2013-04-15 19:49:19 -0700
committerJacob Appelbaum <jacob@appelbaum.net>2013-04-15 19:49:19 -0700
commitc902f512c249ae79bcd8f25c75c10912813f1dd2 (patch)
treea6f9b6e5ace807e1b6ed13fb6df401f8bb92d5e6 /.travis.yml
parenta0bf19fc3f2aa231623f95769b7ff4c42e659a02 (diff)
downloadtlsdate-c902f512c249ae79bcd8f25c75c10912813f1dd2.tar.gz
remove the make install because we made the travis-ci build fail
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 037b922..b4c67a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,4 +9,4 @@ branches:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq autotools-dev debhelper dh-apparmor hardening-wrapper libssl-dev
-script: ./configure && make && make test && make install
+script: ./configure && make && make test