Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Add support for testing in the VM on travis. #64

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: dart
dart:
- dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testing on stable is good, too.

Also: I encourage folks to include at least the current stable branch explicitly here.

...keeps us honest about actually supporting previous SDKS https://github.com/dart-lang/shelf/blob/master/.travis.yml

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you at least add 1.22.0 explicitly as well?

Copy link
Author

@eseidelGoogle eseidelGoogle Mar 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy to add anything you like, I used the named versions to avoid things going stale. :/ Doesn't "dev" cover 1.22? Well.. 1.23 now?

- stable
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/dart-lang/args.svg?branch=master)](https://travis-ci.org/dart-lang/args)

Parses raw command-line arguments into a set of options and values.

This library supports [GNU][] and [POSIX][] style options, and it works
Expand Down