Browse Source

- drop ./configure from .travis.yml - not needed with cmake.

Alexander Gessler 12 năm trước cách đây
mục cha
commit
c6add7a851
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,5 +8,5 @@ language: cpp
 compiler:
   - gcc
   - clang
-script: ./configure && make
+script: make