Browse Source

Fix travis

Anatoly Pulyaevskiy 6 years ago
parent
commit
220e02b9ef
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      .travis.yml
  2. 1
    1
      packages/zefyr/tool/travis.sh

+ 2
- 1
.travis.yml View File

@@ -29,10 +29,11 @@ matrix:
29 29
     - env: FLUTTER_VERSION=dev
30 30
 
31 31
 before_script:
32
+  - pwd
32 33
   - git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
33 34
   - ./flutter/bin/flutter doctor
34
-  - export PATH="$PATH:./flutter/bin"
35 35
 
36 36
 script:
37
+- pwd
37 38
 - ./tool/travis.sh notus
38 39
 - ./tool/travis.sh zefyr

+ 1
- 1
packages/zefyr/tool/travis.sh View File

@@ -2,4 +2,4 @@
2 2
 
3 3
 set -e
4 4
 
5
-flutter test
5
+$TRAVIS_BUILD_DIR/flutter test