"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "38a1f5821acb516e6036df45deaa39185b88de6e"
Commit 425503d7 authored by Guolin Ke's avatar Guolin Ke Committed by Qiwei Ye
Browse files

using a different version in master branch, compared with release (#1676)

* using different version for master branch with release

* Update .travis.yml

* Update .travis.yml
parent ed92296d
version: 2.2.0.{build}
version: 2.2.1.{build}
image: Visual Studio 2015
platform: x64
......
......@@ -11,7 +11,6 @@ os:
env:
global: # default values
- COMPILER=clang
- PYTHON_VERSION=3.7
matrix:
- TASK=regular PYTHON_VERSION=3.6
......@@ -42,8 +41,10 @@ before_install:
- export BUILD_DIRECTORY="$TRAVIS_BUILD_DIR"
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then
export OS_NAME="macos";
export COMPILER="gcc";
else
export OS_NAME="linux";
export COMPILER="clang";
fi
- export PATH="$HOME/miniconda/bin:$PATH"
- export CONDA_ENV="test-env"
......
......@@ -62,7 +62,7 @@ phases:
- phase: MacOS
###########################################
variables:
COMPILER: gcc
COMPILER: clang
queue:
name: 'Hosted macOS Preview'
parallel: 3
......
Package: lightgbm
Type: Package
Title: Light Gradient Boosting Machine
Version: 2.2.0
Date: 2018-09-17
Version: 2.2.1
Date: 2018-09-18
Authors@R: c(
person("Guolin", "Ke", email = "guolin.ke@microsoft.com", role = c("aut", "cre")),
person("Damien", "Soukhavong", email = "damien.soukhavong@skema.edu", role = c("ctb")),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment