Skip to content

Commit 150d0c8

Browse files
authored
Travis: Fix whitespace (#204)
* Travis: Fix whitespace * Travis: try installing bazel with brew * Travis: try fixing in another way
1 parent 077ba7c commit 150d0c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ jobs:
22
include:
33
- os: linux
44
arch: amd64
5-
- os:osx
5+
dist: focal
6+
- os: osx
67
arch: amd64
7-
- os:windows
8+
osx_image: xcode12
9+
- os: windows
810
arch: amd64
911

10-
dist: focal
11-
osx_image: xcode12
12-
1312
cache:
1413
apt: true
1514
directories:

0 commit comments

Comments
 (0)