Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: enable test for travis #18

Merged
merged 6 commits into from
Jun 24, 2019
Merged

Conversation

trevorwang
Copy link
Owner

No description provided.

.travis.yml Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
.travis.yml Show resolved Hide resolved
.travis.yml Show resolved Hide resolved
.travis.yml Outdated
@@ -4,13 +4,23 @@ language: dart
jobs:
include:
- stage: analyze
name: "SDK: dev; PKG: example; TASKS: `dartanalyzer .`"
name: "SDK: dev; PKG: all; TASKS: `dartanalyzer .`"
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.

Don't need this, because setting the dart version globally at the top

.travis.yml Outdated
script: ./tool/travis.sh dartanalyzer
- stage: formatting
name: "Checking code style"
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.

Don't need this, because setting the dart version globally at the top

.travis.yml Outdated
scripts: dartfmt . -n --set-exit-if-changed --fix
- stage: test
name: "Test generator"
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.

Don't need this, because setting the dart version globally at the top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants