mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
travis: move to container-based builds
This commit is contained in:
parent
5f2feee680
commit
9f0b077295
1 changed files with 9 additions and 4 deletions
13
.travis.yml
13
.travis.yml
|
@ -2,10 +2,15 @@ language: cpp
|
|||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
before_install:
|
||||
- sudo apt-get update
|
||||
install:
|
||||
- sudo apt-get install --no-install-recommends bc doxygen expect gettext libncurses5-dev
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- bc
|
||||
- doxygen
|
||||
- expect
|
||||
- gettext
|
||||
- libncurses5-dev
|
||||
sudo: false
|
||||
script:
|
||||
- autoreconf
|
||||
- ./configure
|
||||
|
|
Loading…
Reference in a new issue