Skip to content

Commit

Permalink
ci: See you never Travis! (#3)
Browse files Browse the repository at this point in the history
(CI) migrate from travis to GH Actions
  • Loading branch information
ar13pit authored Jan 11, 2021
2 parents 6076d58 + e294e8e commit 640a77d
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 640a77d

Please sign in to comment.