Skip to content

Commit

Permalink
(CI) migrate from travis to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Jan 5, 2021
1 parent 6076d58 commit e294e8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI

on: [push, pull_request]

jobs:
tue-ci:
name: TUe CI - ${{ github.event_name }}
runs-on: ubuntu-latest
steps:
- name: TUe CI
uses: tue-robotics/tue-env/ci/main@master
with:
package: ${{ github.event.repository.name }}
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

0 comments on commit e294e8e

Please sign in to comment.