Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Test on oldest supported SDK (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Apr 29, 2019
1 parent 4ad7ccb commit c9af735
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
.buildlog
.DS_Store
.idea
.dart_tool/
.project
.settings
build/
doc/api/
packages
pubspec.lock
.packages
pubspec.lock
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: dart
dart:
- 2.0.0
- dev

script: ./tool/travis.sh
dist: trusty
sudo: false

branches:
only:
Expand Down
3 changes: 0 additions & 3 deletions codereview.settings

This file was deleted.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A library to help in building Dart command-line apps.
homepage: https://github.com/dart-lang/cli_util

environment:
sdk: '>=2.0.0-dev.55.0 <3.0.0'
sdk: '>=2.0.0 <3.0.0'

dependencies:
path: '>=1.0.0 <2.0.0'
Expand Down

0 comments on commit c9af735

Please sign in to comment.