Skip to content

Commit 962c34f

Browse files
committed
Use xcode10.1 image
1 parent 713c9f5 commit 962c34f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
language: c
33
dist: xenial
4+
osx_image: xcode10.1
45

56
cache: ccache
67

@@ -32,7 +33,7 @@ install:
3233

3334
script:
3435
- echo "PATH=$PATH"
35-
- make -j4
36+
- make
3637

3738
deploy:
3839
skip_cleanup: true

0 commit comments

Comments
 (0)