diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 10:56:44 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 10:56:44 +0100 |
commit | 2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6 (patch) | |
tree | eb79989398612fb28a44da3cbd1091bd67b6cfc5 /.travis.yml | |
parent | Fixed possible glob issues (diff) | |
download | kcc-2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6.tar.gz kcc-2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6.tar.bz2 kcc-2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6.zip |
Updated build enviroment
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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 |