aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-11-08 21:44:57 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-11-08 21:44:57 +0100
commit1ba0ad12292ba4361fdad3da77dc8c30c7dccbe9 (patch)
treead23d6d6a4186b933a9676663e1dce81c1ea102b /.travis.yml
parentUpdate zh-HANT.json (diff)
parentInstall rpm for rpmbuild dependency (diff)
downloadferdium-app-1ba0ad12292ba4361fdad3da77dc8c30c7dccbe9.tar.gz
ferdium-app-1ba0ad12292ba4361fdad3da77dc8c30c7dccbe9.tar.zst
ferdium-app-1ba0ad12292ba4361fdad3da77dc8c30c7dccbe9.zip
Merge branch 'develop' of https://github.com/getferdi/ferdi into develop
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ba8bc86ac..95cf24e8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ matrix:
9 - libxext-dev 9 - libxext-dev
10 - libxss-dev 10 - libxss-dev
11 - libxkbfile-dev 11 - libxkbfile-dev
12 - rpm
12 - os: osx 13 - os: osx
13 osx_image: xcode11 14 osx_image: xcode11
14 15
@@ -18,7 +19,6 @@ git:
18 submodules: false 19 submodules: false
19# Use sed to replace the SSH URL with the public URL, then initialize submodules 20# Use sed to replace the SSH URL with the public URL, then initialize submodules
20before_install: 21before_install:
21 - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules; else sed -i '' 's/git@github.com:/https:\/\/github.com\//' .gitmodules; fi
22 - git submodule update --init --recursive 22 - git submodule update --init --recursive
23install: 23install:
24 - echo do nothing 24 - echo do nothing