Skip to content

Commit cca5807

Browse files
authored
Merge pull request #119 from Rechi/ci
[ci][travis] use newer ubuntu & xcode versions
2 parents fcf7818 + fdcef19 commit cca5807

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ language: cpp
1010
matrix:
1111
include:
1212
- os: linux
13-
dist: trusty
13+
dist: xenial
1414
sudo: required
1515
compiler: gcc
1616
- os: linux
17-
dist: trusty
17+
dist: xenial
1818
sudo: required
1919
compiler: clang
2020
- os: osx
21-
osx_image: xcode7.3
21+
osx_image: xcode9
2222
- os: osx
23-
osx_image: xcode6.1
23+
osx_image: xcode9.4
2424

2525
#
2626
# The addon source is automatically checked out in $TRAVIS_BUILD_DIR,

0 commit comments

Comments
 (0)