fix typo in .travis.yml
This commit is contained in:
parent
f0b2e742a0
commit
bf5a993cf7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ before_install:
|
|||
install:
|
||||
- sudo apt-get install -y e2fslibs-dev libncurses5-dev libncursesw5-dev libntfs-dev libjpeg-dev uuid-dev zlib1g-dev
|
||||
before_script:
|
||||
- autoreconf -install -W all -I config
|
||||
- autoreconf --install -W all -I config
|
||||
script:
|
||||
- ./configure && make
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue