aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrei Gavrilescu <gavrilescu.andrei90@gmail.com>2020-04-07 14:50:37 +0300
committerSaúl Ibarra Corretgé <s@saghul.net>2020-04-07 14:30:36 +0200
commit0a18da2a9aedd9493bd3753e70fbf97dc7e53fc5 (patch)
tree36170ec0d5f63df46e0d1cb2646106fa815d8290 /.travis.yml
parentc40ab63f188ae9c04ff014864c7b3dc9f0ea68ba (diff)
Update CI Tools
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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: