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
     - env: FLUTTER_VERSION=dev
29
     - env: FLUTTER_VERSION=dev
30
 
30
 
31
 before_script:
31
 before_script:
32
+  - pwd
32
   - git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
33
   - git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
33
   - ./flutter/bin/flutter doctor
34
   - ./flutter/bin/flutter doctor
34
-  - export PATH="$PATH:./flutter/bin"
35
 
35
 
36
 script:
36
 script:
37
+- pwd
37
 - ./tool/travis.sh notus
38
 - ./tool/travis.sh notus
38
 - ./tool/travis.sh zefyr
39
 - ./tool/travis.sh zefyr

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

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