zefyr

.travis.yml 580B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. language: dart
  2. dart:
  3. - stable
  4. - dev
  5. os:
  6. - linux
  7. sudo: false
  8. addons:
  9. apt:
  10. sources:
  11. - ubuntu-toolchain-r-test
  12. packages:
  13. - libstdc++6
  14. - fonts-droid
  15. cache:
  16. directories:
  17. - $HOME/.pub-cache
  18. env:
  19. - FLUTTER_VERSION=beta
  20. - FLUTTER_VERSION=dev
  21. matrix:
  22. allow_failures:
  23. - env: FLUTTER_VERSION=dev
  24. before_script:
  25. - pwd
  26. - git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
  27. - ./flutter/bin/flutter doctor
  28. script:
  29. - pwd
  30. - ./tool/travis.sh notus
  31. - ./tool/travis.sh zefyr
  32. #- bash <(curl -s https://codecov.io/bash)