Skip to content

Instantly share code, notes, and snippets.

@adityadroid
Created August 13, 2019 18:10
Show Gist options
  • Save adityadroid/6093f732faf966c2a0f6be10956322c6 to your computer and use it in GitHub Desktop.
Save adityadroid/6093f732faf966c2a0f6be10956322c6 to your computer and use it in GitHub Desktop.
Travis Configuration for messio
language: dart
dist: bionic
addons:
apt:
packages:
- lib32stdc++6
install:
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
- export PATH=./flutter/bin:$PATH
- flutter doctor
- flutter --version
script:
- flutter packages get
- flutter analyze --no-pub --no-current-package lib/ test/
- flutter test --no-pub test/
cache:
directories:
- $HOME/.pub-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment