-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (38 loc) · 1.01 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
matrix:
include:
- os: linux
python: 3.5
language: python
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- os: osx
language: generic
install:
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
export PATH="$PATH:$HOME/bin" ;
echo "PATH=$PATH";
fi
# Install OS-specific dependencies
- sh "./ci-scripts/install-${TRAVIS_OS_NAME}.sh"
# Install go
- eval "$(gimme 1.10)"
- if [ -z "$GOPATH" ] ; then
mkdir -p $HOME/gopath ;
export GOPATH="$HOME/gopath" ;
export PATH="$PATH:$GOPATH/bin" ;
fi
script:
- make check-go
- make build-c
- make build-py
- make build-js
- make clean-js
- make clean-c
- make clean-py
- git checkout -- js/package-lock.json && git status --ignored
- test -z "$(git status --porcelain --ignored | grep -v '[.]DS_Store' | grep -v 'go/')"
notifications:
# https://github.com/kvld/travisci-telegram TravisCI Telegram Bot integration
webhooks: https://fathomless-fjord-24024.herokuapp.com/notify