Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Add travis CI config #5

Merged
merged 2 commits into from Dec 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: dart
dist: xenial
addons:
apt:
packages:
- lib32stdc++6
install:
- git clone https://github.com/flutter/flutter.git -b beta
- ./flutter/bin/flutter doctor
script:
- cd app
- ../flutter/bin/flutter test
cache:
directories:
- $HOME/.pub-cache