We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ad542 commit 4bf8a92Copy full SHA for 4bf8a92
lib/src/utils.dart
@@ -17,9 +17,6 @@ import 'exceptions.dart';
17
import 'io.dart';
18
import 'log.dart' as log;
19
20
-/// Whether Pub is running its own tests under Travis.CI.
21
-final isTravis = Platform.environment['TRAVIS_REPO_SLUG'] == 'dart-lang/pub';
22
-
23
/// A regular expression matching a Dart identifier.
24
///
25
/// This also matches a package name, since they must be Dart identifiers.
0 commit comments