Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 47ca114

Browse files
committed
Configured DRYcop checks using Travis CI.
1 parent 462eb83 commit 47ca114

File tree

1 file changed

+9
-23
lines changed

1 file changed

+9
-23
lines changed

‎.travis.yml

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
1-
# See: https://docs.travis-ci.com/user/languages/dart/
2-
# See: https://github.com/google/flutter.plugins/blob/master/.travis.yml
3-
dist: xenial
4-
sudo: false
5-
addons:
6-
apt:
7-
sources:
8-
- ubuntu-toolchain-r-test
9-
packages:
10-
- lib32stdc++6 # https://github.com/flutter/flutter/issues/6207
11-
- libstdc++6
12-
before_script:
13-
- mkdir -p /opt/flutter
14-
- git clone https://github.com/flutter/flutter.git --branch beta --depth 1 /opt/flutter
15-
- export PATH=/opt/flutter/bin:/opt/flutter/bin/cache/dart-sdk/bin:$PATH
16-
- flutter doctor
1+
# See: https://drycop.org
2+
language: go
3+
go:
4+
- 1.12
5+
git:
6+
depth: 1
7+
install:
8+
- go get -u github.com/dryproject/drycop/drycop
179
script:
18-
#- flutter analyze --no-current-package lib test
19-
- flutter test
20-
cache:
21-
directories:
22-
- $HOME/.pub-cache
23-
branches:
24-
only: [master]
10+
- drycop check -v

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /