diff --git a/.travis.yml b/.travis.yml index 81de20fa3..4bd05a30a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ language: c addons: apt: packages: + - autopoint - libsdl1.2-dev - lzop - ovmf @@ -35,7 +36,7 @@ before_script: script: # Comments must be outside the command strings below, or the Travis parser # will get confused. - - ./autogen.sh + - ./bootstrap # Build all selected GRUB targets. - for target in $GRUB_TARGETS; do