about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2019-03-06 10:56:44 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2019-03-06 10:56:44 +0100
commit2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6 (patch)
treeeb79989398612fb28a44da3cbd1091bd67b6cfc5 /.travis.yml
parentFixed possible glob issues (diff)
downloadkcc-2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6.tar.gz
kcc-2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6.tar.bz2
kcc-2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6.zip
Updated build enviroment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index eba8cca..27745c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,11 +2,11 @@ matrix:
   include:
   - os: osx
     language: generic
-    osx_image: xcode6.4
+    osx_image: xcode9.2
 
 before_install:
 - brew update
-- brew install python3
+- brew upgrade python3
 - brew uninstall node
 - travis_wait 30 brew install node@6
 - brew link node@6 --force --overwrite