Przeglądaj źródła

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

Alexander Gessler 12 lat temu
rodzic
commit
c6add7a851
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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