Update .travis.yml

This commit is contained in:
matlabbe
2020-12-19 12:11:19 -05:00
committed by GitHub
parent 1b3a6abb82
commit ee63ce338a
+4 -8
View File
@@ -2,19 +2,15 @@ sudo: true
language: cpp
group: deprecated-2017Q3
os:
- linux
- osx
compiler:
- gcc
- clang
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install pcl sqlite octomap ceres-solver; fi
matrix:
include:
- os: osx
install: brew install pcl sqlite octomap ceres-solver opencv
- os: linux
dist: trusty
install: