Sign in
flutter
/
third_party
/
equatable
/
refs/tags/0.1.4
/
.
/
.travis.yml
blob: b6876c6a1520d159e9e961e868426af921ad64f1 [
file
] [
log
] [
blame
]
language:
dart
os:
-
linux
sudo:
false
dart:
-
2.1.0
script:
-
pub get
-
pub run test_coverage
after_success:
-
bash <(curl
-
s https
:
//codecov.io/bash)
cache:
directories:
-
$HOME/.pub
-
cache