Skip to content

Commit

Permalink
Move to GitHub Actions for CI (dart-archive/collection#167)
Browse files Browse the repository at this point in the history
remove travis and .test_config
  • Loading branch information
kevmoo authored Nov 13, 2020
1 parent 5980c20 commit a639337
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 40 deletions.
24 changes: 24 additions & 0 deletions pkgs/collection/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: ci

on:
push:
branches: [ master ]
pull_request:
schedule:
# “At 00:00 (UTC) on Sunday.”
- cron: '0 0 * * 0'

jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: cedx/setup-dart@v2
with:
release-channel: dev
- uses: actions/checkout@v2

- run: pub get

- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze --fatal-infos .
- run: dart test -p vm,chrome
40 changes: 0 additions & 40 deletions pkgs/collection/.travis.yml

This file was deleted.

0 comments on commit a639337

Please sign in to comment.