Delete .travis.yml (#435)

This commit is contained in:
Kjell Hedström. We are hiring @ Ganaz 2022-03-07 19:51:10 -07:00 committed by GitHub
parent a248f6a930
commit e29226bd58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"