Files
@ 4bb61b98b4fc
Branch filter:
Location: libtransport.git/.travis.yml - annotation
4bb61b98b4fc
581 B
text/x-yaml
Twitter backend: disable DM polling
* Twitter make Direct Message API deprecated, DM polling is disabled until backend upgraded to new API
* Twitter make Direct Message API deprecated, DM polling is disabled until backend upgraded to new API
5a8bf5d7ed52 cfae20cc8dbb cfae20cc8dbb cfae20cc8dbb bad46c063f0c bad46c063f0c bad46c063f0c bad46c063f0c bad46c063f0c bad46c063f0c 2e7208d2065a 5a8bf5d7ed52 cfae20cc8dbb bad46c063f0c 2e7208d2065a bad46c063f0c 5a8bf5d7ed52 cfae20cc8dbb cfae20cc8dbb cfae20cc8dbb bad46c063f0c cfae20cc8dbb cfae20cc8dbb bad46c063f0c 9cd7de126dd0 9cd7de126dd0 | language: cpp
sudo: required
services:
- docker
matrix:
include:
- os: linux
dist: trusty
sudo: required
- os: osx
osx_image: xcode9.4
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew install cppunit protobuf log4cxx popt jsoncpp libswiften;
fi
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON .;
make;
make test;
else
docker build . -f Dockerfile.stretch;
fi
notifications:
slack: spectrum2:CIlYHtxGMAaxs3qVHfwBzCuy
|