Browse Source

Updated travis config

Anatoly Pulyaevskiy 6 years ago
parent
commit
85c86a850c
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      packages/notus/.travis.yml

+ 1
- 5
packages/notus/.travis.yml View File

@@ -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)