Update .travis.yml

This commit is contained in:
matlabbe
2020-12-19 22:37:13 -05:00
committed by GitHub
parent c5051bf82a
commit 04cbf56cc0
+5 -1
View File
@@ -5,7 +5,11 @@ jobs:
- name: osx
compiler: clang
os: osx
install: travis_wait brew install pcl sqlite octomap ceres-solver opencv
install:
- travis_wait 40 brew install boost
- travis_wait 40 brew install pcl
- travis_wait 30 brew install opencv
- brew install pcl sqlite
- name: linux-trusty
compiler: gcc