diff options
author | Andrei Gavrilescu <gavrilescu.andrei90@gmail.com> | 2020-04-07 14:50:37 +0300 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-04-07 14:30:36 +0200 |
commit | 0a18da2a9aedd9493bd3753e70fbf97dc7e53fc5 (patch) | |
tree | 36170ec0d5f63df46e0d1cb2646106fa815d8290 /.travis.yml | |
parent | c40ab63f188ae9c04ff014864c7b3dc9f0ea68ba (diff) |
Update CI Tools
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f3cfcdc..47e2221 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ matrix: include: - os: osx - osx_image: xcode9.3 + osx_image: xcode9.4 language: node_js - node_js: '8' + node_js: '12' - os: linux language: node_js - node_js: '8' + node_js: '12' addons: apt: sources: |