Skip to content

Commit

Permalink
Fix for missing altool
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Mar 25, 2020
1 parent 39168fe commit b0f6047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode10.2
osx_image: xcode11.3

dist: bionic

Expand All @@ -7,6 +7,7 @@ language: c
matrix:
include:
- os: osx
osx_image: xcode11.3
- os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
Expand Down

0 comments on commit b0f6047

Please sign in to comment.