diff --git a/.appveyor.yml b/.appveyor.yml index 74196eb..b28fa92 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,10 +7,10 @@ platform: - Win64 before_build: - - ps: Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content + - ps: Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/dev/scripts/get.ps1' -UseBasicParsing).Content - cmd: xmake --version build_script: - cmd: xmake repo --add xmake-repo-dev https://github.com/tboox/xmake-repo.git dev - - cmd: xmake -y + - cmd: xmake -y -v diff --git a/.travis.yml b/.travis.yml index dc69f06..9baeea2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,5 @@ install: script: - xmake repo --add xmake-repo-dev https://github.com/tboox/xmake-repo.git dev - - xmake -y + - xmake -y -v