.travis.yml Install libgnutls-dev 2nd attempt
This commit is contained in:
parent
5785f1788f
commit
b255261495
1 changed files with 2 additions and 1 deletions
|
@ -16,8 +16,9 @@ env:
|
|||
- BOT_NAME=emacspace
|
||||
- BOT_EMAIL=emacspace@gmail.com
|
||||
- SPACEMACS_REPO_SLUG="syl20bnr/spacemacs"
|
||||
before_script:
|
||||
before_install:
|
||||
- sudo apt-get install -y libgnutls-dev
|
||||
before_script:
|
||||
- docker pull jare/spacetools:latest
|
||||
script:
|
||||
- |
|
||||
|
|
Reference in a new issue