Skip to content

Commit

Permalink
update travis build to point to main (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
auman66 authored Jan 20, 2021
1 parent ea5ab20 commit 01e22bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python:
env:
global:
- SCRIPT=.moveit_ci/travis.sh
- ROS_DISTRO=noetic
- ROS_DISTRO=foxy
- ROS_REPO=ros-testing
- CXXFLAGS="-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls"
- WARNINGS_OK=false
Expand Down Expand Up @@ -38,5 +38,5 @@ deploy:
# Only copy build output directory to gh-pages
local_dir: build/html
on:
branch: master
branch: main
condition: $SCRIPT = htmlproofer.sh

0 comments on commit 01e22bd

Please sign in to comment.