Skip to content

Commit 953989c

Browse files
committed
fix: traivs dart version to 2.4.0
1 parent 7962f76 commit 953989c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: dart
22

33
dart:
4-
- 2.2.0
4+
- 2.4.0
55
- dev
66

77
dart_task:

lib/utils/logging.dart

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
2-
// for details. All rights reserved. Use of this source code is governed by a
3-
// BSD-style license that can be found in the LICENSE file.
1+
// ignore_for_file: public_member_api_docs
42

5-
/// This library contains functionality to help command-line utilities to easily
6-
/// create aesthetic output.
73

84
import 'dart:async';
95
import 'dart:io' as io;

lib/utils/type.dart

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
// ignore_for_file: public_member_api_docs
2+
13
/// all git hooks from [git hooks documentation](https://git-scm.com/docs/githooks.html)
4+
25
enum Git {
36
applypatchMsg,
47
preApplypatch,

0 commit comments

Comments
 (0)