Fix in travis config.
This commit is contained in:
parent
83e6aa85b6
commit
262aca8ead
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ language: c
|
|||
compiler:
|
||||
- gcc
|
||||
|
||||
before_script: "./autogen.sh && ./configure.sh && make"
|
||||
before_script: "./autogen.sh && ./configure && make"
|
||||
script: "make check-javascript-test-suite"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue