aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 13:09:20 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 13:09:20 +0700
commitb430a9c770fa529447cdacc56053092141566860 (patch)
tree49f386ce0173d1770f2b9c26783d5f673a3ac296 /.travis.yml
parentNotarize mac deliverable on electron-builder afterSign hook (diff)
downloadferdium-app-b430a9c770fa529447cdacc56053092141566860.tar.gz
ferdium-app-b430a9c770fa529447cdacc56053092141566860.tar.zst
ferdium-app-b430a9c770fa529447cdacc56053092141566860.zip
Update macOS version used in Travis
Prevent `xcrun: error: unable to find utility altool, not a developer tool or in PATH`
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 4cc941eff..c2b526089 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ matrix:
10 - libxss-dev 10 - libxss-dev
11 - libxkbfile-dev 11 - libxkbfile-dev
12 - os: osx 12 - os: osx
13 osx_image: xcode8.3 13 osx_image: xcode10.3
14language: node_js 14language: node_js
15install: 15install:
16 - echo do nothing 16 - echo do nothing