Skip to content

Commit

Permalink
Merge pull request #26 from robotpilot/develop
Browse files Browse the repository at this point in the history
Modified the Lint and CI settings
  • Loading branch information
robotpilot authored Mar 17, 2021
2 parents 8b6a05d + c9f935a commit 06d4db5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Lint

on:
pull_request:

jobs:
ament_lint:
runs-on: ubuntu-latest
container:
image: ubuntu:focal
strategy:
fail-fast: false
matrix:
Expand Down
20 changes: 5 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,21 @@
language:
- generic

os:
- linux

dist:
- xenial

services:
- docker

language: shell
os: linux
dist: bionic
arch: amd64
services: docker
notifications:
email:
on_success: change
on_failure: always
recipients:
- [email protected]
- [email protected]

branches:
only:
- main
- develop

install:
- git clone --quiet --depth 1 https://github.com/robotpilot/ros2ci.git .ros2ci

jobs:
include:
- script: .ros2ci/travis.bash foxy

0 comments on commit 06d4db5

Please sign in to comment.