1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Updated build enviroment

This commit is contained in:
Paweł Jastrzębski
2019-03-06 10:56:44 +01:00
parent 8f8d0d68a3
commit 2070a977ae
4 changed files with 5 additions and 5 deletions

View File

@@ -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