Skip to content

Commit

Permalink
fixed error in travis yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
flouris authored and flouris committed May 15, 2017
1 parent 8648c87 commit a948423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ matrix:
env:
- COMPILER=clang-4.0

script: ./autogen.sh && CC=$COMPILER ./configure && --make && make check
script: ./autogen.sh && CC=$COMPILER ./configure && make && make check

0 comments on commit a948423

Please sign in to comment.