2
0
Эх сурвалжийг харах

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

Alexander Gessler 12 жил өмнө
parent
commit
c6add7a851
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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