.travis.yml: re-add distcheck, python needs a built tree
authorPaul Brossier <piem@piem.org>
Thu, 21 Apr 2016 23:11:31 +0000 (01:11 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 21 Apr 2016 23:11:31 +0000 (01:11 +0200)
.travis.yml

index 141f61c..dfe89cf 100644 (file)
@@ -80,7 +80,8 @@ addons:
     - libfftw3-dev
 
 script:
-  - make distcheck
+  - make build
   - make build_python
   - make clean_python
   - make clean
+  - make distcheck