forked from dmlc/dmlc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
60 lines (51 loc) · 1.38 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
group: travis_latest
language: python
matrix:
include:
- env: TASK=lint
os: linux
python: '3.6'
- env: TASK=unittest_gtest
os: linux
python: '3.6'
- env: TASK=unittest_gtest
language: ruby
os: osx
# dependent apt packages
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
- wget
- git
- libcurl4-openssl-dev
- unzip
- gcc-4.8
- g++-4.8
before_install:
- export TRAVIS=scripts/travis
- source ${TRAVIS}/travis_setup_env.sh
- ${TRAVIS}/travis_osx_install.sh
install:
- if [[ ${TRAVIS_OS_NAME} == "osx" ]]; then brew install python; fi
- python3 --version ; python3 -m pip --version
- python3 -m pip install cpplint pylint flake8
before_script:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script: ${TRAVIS}/travis_script.sh
before_cache:
- ${TRAVIS}/travis_before_cache.sh
cache:
directories:
- ${HOME}/.cache/usr
notifications:
# Emails are sent to the committer's git-configured email address by default,
email:
on_success: change
on_failure: always
slack: dmlc:mKX5kxjqTP6fBb89lXD3G5f3