소스 검색

- 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