Skip to content

Commit

Permalink
BehaviorTree#2 Skip before install
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Dec 12, 2018
1 parent c6341ab commit b8d5441
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ conan-linux: &conan-linux
python: "3.7"
services:
- docker
before_install:
- true
install:
- ./conan/travis/install.sh
script:
Expand All @@ -26,6 +28,8 @@ conan-linux: &conan-linux
conan-osx: &conan-osx
os: osx
language: generic
before_install:
- true
install:
- ./conan/travis/install.sh
script:
Expand Down

0 comments on commit b8d5441

Please sign in to comment.