Skip to content

Commit be6cc52

Browse files
authored
prepare to release 1.1.2 (flutter#9)
Also cleaned up .travis config
1 parent 62445bb commit be6cc52

File tree

4 files changed

+19
-20
lines changed

4 files changed

+19
-20
lines changed

.travis.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
language: dart
2-
script: ./tool/travis.sh
3-
sudo: false
2+
3+
dart:
4+
- stable
5+
- dev
6+
7+
dart_task:
8+
- dart_analyzer: --fatal-warnings .
9+
- dartfmt
10+
11+
# Only building master means that we don't run two builds for each pull request.
12+
branches:
13+
only: [master]
14+
15+
cache:
16+
directories:
17+
- $HOME/.pub-cache

analysis_options.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
analyzer:
2-
strong-mode: true
31
linter:
42
rules:
53
# Errors

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: charcode
2-
version: 1.1.2-dev
2+
version: 1.1.2
33
author: Dart Team <[email protected]>
4-
description: >
4+
description: >-
55
Constants for ASCII and common non-ASCII character codes.
6-
76
When working with characters in Dart, there is no simple way to
87
represent the code point of a character.
98
This library declares readable symbolic names for character codes.
109
homepage: https://github.com/dart-lang/charcode
1110
environment:
12-
sdk: '>=1.0.0 <2.0.0-dev'
11+
sdk: '>=1.0.0 <3.0.0'

tool/travis.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)