diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2019-10-15 23:43:05 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-10-15 23:50:52 +0200 |
commit | 901581936a9b2cb60bb0ab00944fb14d65bf3732 (patch) | |
tree | ca35332a05dd9042db745a18aa1c4f3fb03a212a /.travis.yml | |
parent | 29c6fa85373324c027c4ca3965707422187881d6 (diff) | |
download | devtools32-901581936a9b2cb60bb0ab00944fb14d65bf3732.tar.xz |
ci: fix travis build using undocumented but reserved keyword
https://github.com/mikkeloscar/arch-travis/issues/65
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8fced6c..46d6cee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: required services: - docker -arch: +archlinux: packages: - openssh - subversion |