5 - CFLAGS=-Wno-error=shadow
8 - sudo apt-get update -qq
9 - sudo apt-get install -y autoconf gettext autopoint libtool check indent
10 - sudo apt-get install -y e2fslibs-dev libaspell-dev libglib2.0-dev libgpm-dev libncurses5-dev libslang2-dev libssh2-1-dev libx11-dev unzip
11 - sudo apt-get install -y wget exuberant-ctags python-pygments ruby
17 - ./maint/utils/check-indent.sh
19 - ./maint/utils/travis-build.sh
22 - openssl aes-256-cbc -K $encrypted_036881b9e9dd_key -iv $encrypted_036881b9e9dd_iv -in ./maint/utils/deploy-key.enc -out $HOME/.ssh/deploy-key -d
23 - chmod 600 $HOME/.ssh/deploy-key
24 - echo "Host github.com" >> $HOME/.ssh/config
25 - echo " IdentityFile ~/.ssh/deploy-key" >> $HOME/.ssh/config
29 script: ./maint/utils/travis-deploy.sh