Use build_script step in AppVeyor configuration
[platform/upstream/libvorbis.git] / .travis.yml
index b302ea2..13d1f10 100644 (file)
@@ -1,8 +1,15 @@
 language: c
-sudo: required
-before_install:
-  - sudo apt-get install -y libogg-dev
+
+compiler:
+  - gcc
+  - clang
+
+addons:
+  apt:
+    packages:
+    - libogg-dev
+
 script:
   - ./autogen.sh
   - ./configure
-  - make distcheck
\ No newline at end of file
+  - make -j2 V=1 distcheck