Преглед изворни кода

travis: Add autopoint and use libssl-dev

nettle-dev is not white listed yet, and libgcrypt is a bit old.
libssl-dev is mostly up-to-date and usable.
Tatsuhiro Tsujikawa пре 10 година
родитељ
комит
e210f57594
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -13,11 +13,10 @@ addons:
     - autoconf
     - automake
     - autotools-dev
+    - autopoint
     - libtool
     - pkg-config
-    - libgnutls-dev
-    - nettle-dev
-    - libgmp-dev
+    - libssl-dev
     - libc-ares-dev
     - libxml2-dev
     - zlib1g-dev
@@ -34,4 +33,5 @@ before_script:
   - ./configure
 script:
   - make
-  - make check
+# libcppunit-dev has not been white listed yet.
+#  - make check