mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-13 10:42:56 +01:00
Delete .travis.yml (#435)
This commit is contained in:
parent
a248f6a930
commit
e29226bd58
26
.travis.yml
26
.travis.yml
@ -1,26 +0,0 @@
|
||||
sudo: required
|
||||
language: cpp
|
||||
|
||||
git:
|
||||
quiet: true
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: xenial
|
||||
- os: osx
|
||||
osx_image: xcode10.1
|
||||
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
# - clang
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then uname -a; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo uname -a; sudo sh scripts/.travis-bootstrap-ubuntu.sh; fi
|
||||
|
||||
script: "./scripts/buildAndRunTests.sh"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user