ソースを参照

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

Alexander Gessler 12 年 前
コミット
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