Ver código fonte

Updated travis config

Anatoly Pulyaevskiy 6 anos atrás
pai
commit
85c86a850c
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1
    5
      packages/notus/.travis.yml

+ 1
- 5
packages/notus/.travis.yml Ver arquivo

@@ -3,13 +3,9 @@ language: dart
3 3
 dart:
4 4
 - dev
5 5
 
6
-before_script:
7
-- pub global activate coverage
8
-- pub global activate test_coverage
9
-
10 6
 script:
11 7
 - pub run test -r expanded
12 8
 - dartfmt -n --set-exit-if-changed lib/
13 9
 - dartanalyzer --fatal-infos --fatal-warnings .
14
-- pub global run test_coverage
10
+- pub run test_coverage
15 11
 - bash <(curl -s https://codecov.io/bash)