|
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 |
17 | 9 | 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